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

2013-03-12 Thread kruglinski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56597 --- Comment #4 from jjwang 2013-03-12 14:31:27 UTC --- I think one rule can be add to gcc that is: if GCC decide to use the vector instructions that require alignment in condition the users are not realized it, the variable should be ali

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

2013-03-12 Thread kruglinski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56597 --- Comment #3 from jjwang 2013-03-12 13:24:15 UTC --- (In reply to comment #2) > "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 whate

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

2013-03-11 Thread kruglinski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56597 Bug #: 56597 Summary: unaligned local variable used by implicit sse instructions Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRME