http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51882
--- Comment #2 from Thierry Reding <thierry.red...@avionic-design.de> 2012-01-23 07:24:14 UTC --- > Configured with : > > --target=arm-linux-gnueabi --with-cpu=cortex-a9 --with-fpu=neon > --with-float=softfp - > > Command line options. : > > ./xgcc -B`pwd` -S -O2 -fPIC -mapcs -O2 -Wall -ffast-math > -mtune=cortex-a9 besttry.c Hi Ramana, I can confirm that your reduced testcase triggers the ICE on the cross-compiler that I use, although I need to add the following command-line options: -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp I guess you get these implicitly because of the different options that you passed at configuration. Thanks for looking at this. Thierry