[Bug c/30717] Compile error with e500 target on gcc 4.1/4.2
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 6 19:30:00 GMT 2007
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-02-06 19:30 -------
You cannot really take the address of an elemenent of a packed struct on non
strict alignment targets as if you deference them, it will try to do an aligned
load which then fail as the alignment is wrong.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30717
More information about the Gcc-bugs
mailing list