http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48470
Mikael Pettersson <mikpe at it dot uu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpe at it dot uu.se --- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2011-04-05 22:30:36 UTC --- I can easily reproduce the ICE with gcc-4.4.5 and 4.5.2 targeting arm-linux-gnueabi, using the command line gcc -O1 -S test.i -mcpu= etc options don't seem to make any difference. gcc-4.3.5 works. Haven't been able to check 4.6.0 yet because there the test case triggers errors in code that isn't valid C1X.