https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460
Joel Sherrill <joel at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Joel Sherrill <joel at gcc dot gnu.org> --- (In reply to ktkachov from comment #11) > Joel, can you try trunk after this commit to confirm that it fixes the ICE > on your end and close this off if ok? Based on today's results, I am closing this one. The following shows my compiler version and compiling the original test case. Thanks. $ arm-rtems4.11-gcc --version arm-rtems4.11-gcc (GCC) 5.0.0 20150114 (experimental) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ ~/test-gcc/install-head/bin/arm-rtems4.11-gcc -mcpu=xscale -Os -c /tmp/gumstix.c $ ~/test-gcc/install-head/bin/arm-rtems4.11-gcc -mcpu=xscale -O2 -c /tmp/gumstix.c