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)