[Bug lto/65559] [5 Regression] lto1.exe: internal compiler error: in read_cgraph_and_symbols, at lto/lto.c:2947
ktietz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 25 19:03:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65559
Kai Tietz <ktietz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-03-25
CC| |ktietz at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Yeah, I noticed such failures too.
AFAI researched them, they are related to out-of-stack issues.
The problem seems to be that within lto a lot of vec-s are passed on stack and
lead for stack-limited targets easily to out-of-stack issues.
Not sure if this is here really the reason, but my gut feeling would say so.
Nevertheless I can confirm this ice
More information about the Gcc-bugs
mailing list