Closed
Bug 1410217
Opened 8 years ago
Closed 7 years ago
Consider building linux64-ccov with GCC 7
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1596275
People
(Reporter: marco, Unassigned)
References
Details
Attachments
(1 file)
|
1.33 KB,
patch
|
Details | Diff | Splinter Review |
GCC 7 contains several fixes to the gcov pass, so we should consider switching to it.
| Reporter | ||
Updated•8 years ago
|
See Also: → build-gcc-7
| Reporter | ||
Comment 1•7 years ago
|
||
What is the status of CI builds using GCC 7?
Flags: needinfo?(mh+mozilla)
Comment 2•7 years ago
|
||
There is a gcc 7 toolchain as of bug 1445536, but several things fail when using it for the build.
Flags: needinfo?(mh+mozilla)
Comment 3•7 years ago
|
||
Err, and I now realize I hadn't landed it.
| Reporter | ||
Comment 4•7 years ago
|
||
I've tested a build with GCC 7 and -static-libgcc -static-libstdc++. It seems the build got quite slower, causing a lot of tests (or test suites) to timeout.
| Reporter | ||
Comment 5•7 years ago
|
||
For reference, this is the patch.
And here's the try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=4254ad7e94c1f16fb740ef7f0c29e1049e2925f1.
It looks like the runtime almost doubled for many test suites.
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Comment 6•7 years ago
|
||
We'll likely switch to Clang for building the ccov build in bug 1499663. We can reopen if it doesn't happen.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 7•6 years ago
|
||
We are doing this after all, but it's being tracked in bug 1596275.
You need to log in
before you can comment on or make changes to this bug.
Description
•