http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54180
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-08-09 23:22:22 UTC --- The order of the variables is not the issue. The issue is you are writing past the array bounds of the variables which is undefined.