[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 7 18:57:00 GMT 2012


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.



More information about the Gcc-bugs mailing list