[Bug middle-end/61573] [ICE] Segfault while Linux 3.15 build
trippels at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 20 07:59:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61573
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trippels at gcc dot gnu.org
--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Reduced:
markus@x4 linux-3.15 % cat test.i
int __attribute__ ((section (".spinlock.text"))) fn1 () { return 0; }
typeof(fn1) fn1;
markus@x4 linux-3.15 % gcc -c -O2 test.i
gcc: internal compiler error: Segmentation fault (program cc1)
More information about the Gcc-bugs
mailing list