[Bug c/12091] illegal instruction in _mm_add_si64
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Aug 28 12:34:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12091
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-28 12:34 -------
This is a dup of bug 9633, the problem is that you executable loader does not align the stack but
GCC does align the stack but only for functions called after main, yes GCC should do it for main,
that is what that bug is for.
*** This bug has been marked as a duplicate of 9633 ***
More information about the Gcc-bugs
mailing list