[Bug bootstrap/42347] [4.5/4.6 Regression] sched-deps.c:3840:1: internal compiler error: in fixup_reorder_chain, at cfglayout.c:796
siarhei dot siamashka at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue May 4 07:04:00 GMT 2010
------- Comment #16 from siarhei dot siamashka at gmail dot com 2010-05-04 07:04 -------
So basically what we have is that gcc miscompiles itself somewhere in the code
where one of those ~7000 gcc_assert is used. The next step is to identify which
one of them triggers this bad behaviour (bisecting not in the svn revisions,
but in gcc source files by flipping the use of __builtin_unreachable-based vs.
ordinary gcc_assert implementations) and extract a reduced testcase showing
__builtin_unreachable failure.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42347
More information about the Gcc-bugs
mailing list