This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/28069] New: __m128 local variables don't get properly aligned.
- From: "zuxy dot meng at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2006 06:14:15 -0000
- Subject: [Bug target/28069] New: __m128 local variables don't get properly aligned.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
GCC dosen't allocate __m128 locals on a 16-byte boundary, but continues to use
movaps to access them, causing general protection faults at run-time.
--
Summary: __m128 local variables don't get properly aligned.
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: zuxy dot meng at gmail dot com
GCC build triplet: i686-pc-mingw32
GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28069