[Bug c++/56597] unaligned local variable used by implicit sse instructions

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 12 09:38:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56597

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mingw*
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-03-12
                 CC|                            |ktietz at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-12 09:38:13 UTC ---
"but when I try to run a test program compiled by VC++ that use the Dlls
compiled by gcc"

so I assume this is on mingw32/64.  Which means that whatever ABI is
in effect is either violated by VC++ or by GCC.

CCing win target maintainers.  Please resolve whether this is a GCC or
a VC++ bug.



More information about the Gcc-bugs mailing list