This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12091] illegal instruction in _mm_add_si64
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Aug 2003 12:34:27 -0000
- Subject: [Bug c/12091] illegal instruction in _mm_add_si64
- References: <20030828091756.12091.ottavio@campana.vi.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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 ***