http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49069
Ian Bolton <ibolton at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011.05.20 10:05:11 CC| |ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail| |4.7.0 --- Comment #1 from Ian Bolton <ibolton at gcc dot gnu.org> 2011-05-20 10:05:11 UTC --- Confirmed. Fails for ARM and Thumb. Here's my compiler command-line: cc1 -fpreprocessed 49069.i -quiet -dumpbase 49069.i -marm -mcpu=cortex-a9 -mfloat-abi=softfp -mfpu=vfpv3-d16 -auxbase 49069 -Os -version -o 49069.s This has actually been broken since at least r164700 (I had some old toolchains available to try), so I expect 4.6.0 is broken too, but I don't have time to confirm at the moment.