------- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 05:43 ------- It was an accident that it was aligned. Use the attribute aligned to get an aligned variable if the alignment of the type is lower than what you need.
Also note you are violating aliasing rules. -- 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=28731