http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47006

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-12-18 
17:59:04 UTC ---
You are violating C alignment rules.  You are accessing a variable whos
alignment is less than the alignment of the type.

Reply via email to