Closed
Bug 1867202
Opened 1 year ago
Closed 1 year ago
[deb12] /builds/worker/fetches/llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:30: error: ‘numeric_limits’ is not a member of ‘std’
Categories
(Firefox Build System :: Toolchains, defect, P5)
Firefox Build System
Toolchains
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
References
Details
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=438075836&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UHDr2phOQbmWLGAqpvq3Ig/runs/0/artifacts/public/logs/live_backing.log
[task 2023-11-29T02:53:59.131Z] /builds/worker/fetches/llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:30: error: ‘numeric_limits’ is not a member of ‘std’
[task 2023-11-29T02:53:59.131Z] 17 | static const T kmax = std::numeric_limits<T>::max();
[task 2023-11-29T02:53:59.131Z] | ^~~~~~~~~~~~~~
[task 2023-11-29T02:53:59.131Z] /builds/worker/fetches/llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:46: error: expected primary-expression before ‘>’ token
[task 2023-11-29T02:53:59.131Z] 17 | static const T kmax = std::numeric_limits<T>::max();
[task 2023-11-29T02:53:59.131Z] | ^
[task 2023-11-29T02:53:59.132Z] /builds/worker/fetches/llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:49: error: ‘::max’ has not been declared; did you mean ‘std::max’?
[task 2023-11-29T02:53:59.132Z] 17 | static const T kmax = std::numeric_limits<T>::max();
[task 2023-11-29T02:53:59.132Z] | ^~~
[task 2023-11-29T02:53:59.132Z] | std::max
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b33dd40c7ea9
Fix missing include in clang 8. r=firefox-build-system-reviewers,ahochheiden
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•