http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45885
--- Comment #5 from Ryan Mansfield <rmansfield at qnx dot com> 2011-06-21 13:03:18 UTC --- (In reply to comment #4) > (In reply to comment #0) > > $ ./xgcc -B. -c -O3 -mtune=cortex-a8 -mfloat-abi=softfp -mfpu=neon -g > > ~/ice.i > > > What happens if you do a -mcpu=cortex-a8 ? The ICE doesn't happen if -mcpu=cortex-a8 is specified. I no longer reproduce the ICE on trunk, only the 4.6 branch now. The ICE no longer happens with rev 171649 + 171713 applied.