http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-11-07 Ever Confirmed|0 |1 --- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-11-07 18:57:10 UTC --- The test looks nonsensical: it mixes vectors defined with -mno-sse and later used with -msse2. Moving struct A to within 'main' eliminates the ICE, presumably the structure somehow sees the -msse2.