http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42949
--- Comment #4 from Mikael Pettersson <mikpe at it dot uu.se> 2011-03-24 15:13:17 UTC --- (In reply to comment #3) > For gcc 4.5 r171282, arm-none-linux-gnueabi, I can run this command without > error: > > arm-none-linux-gnueabi-g++ ~/investigate/pr42949.i -B. -c -O1 -mfpu=vfp > > It also works for trunk (r171212). > > I therefore think this is fixed or has ceased to be, but it would be good to > get confirmation someone else. You tested with an EABI compiler. The original report stated that the ICE occurs with arm-linux configurations, i.e. OABI, but not with EABI configurations.