http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52993
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-04-24 Ever Confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-04-24 04:32:17 UTC --- For LP64I32 targets, the code will most likely just work correctly as the struct will be two ints which is the same size as one pointer. While for LPI32 targets, it will be broken. So confirmed.