This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/20102] Incorrect floating point code generated when assigning to "packed" structure
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Dec 2011 00:45:57 +0000
- Subject: [Bug target/20102] Incorrect floating point code generated when assigning to "packed" structure
- Auto-submitted: auto-generated
- References: <bug-20102-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20102
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-22 00:45:57 UTC ---
AS mentioned, GCC for powerpc defaults to non-strict alignment which means you
need to supply -mstrict-align to get the strict alignment requirements.