Summary: | sys-devel/clang-7.1.0 failed to build with -o3 on gcc-8.3.0-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sumit Khanna <notify> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | bkohler, jstein, slyfox |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | clang build log |
Description
Sumit Khanna
2019-05-14 16:45:16 UTC
You shouldn't be building with -O3 globally. Please try again with -O2. (In reply to Ben Kohler from comment #1) > You shouldn't be building with -O3 globally. Please try again with -O2. I agree -O3 is fragile. At the same time toolchain@ is interested in gcc not to ICE on -O3 :) If it's reproducible and looks deterministic (enough RAM and disk space) I suggest extracting self-contained example: https://wiki.gentoo.org/wiki/Gcc-ICE-reporting-guide |