This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/27537] XMM alignment fault when compiling for i386 with -Os
- From: "agner at agner dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2006 06:27:15 -0000
- Subject: [Bug target/27537] XMM alignment fault when compiling for i386 with -Os
- References: <bug-27537-12669@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from agner at agner dot org 2006-06-08 06:27 -------
Comment #5 From hjl confirms my point: The error can occur in an optimized part
of the program that uses XMM registers when some other, noncritical, part of
the program is compiled with -Os
We need a comment from the ABI people about which solution to choose because
the Intel compiler people are working on a fix to make the two compilers
compatible.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27537