------- Comment #3 from pinskia at gcc dot gnu dot org 2007-04-18 00:09 ------- Reduced testcase: class Collision { int edge; int triangle; float _M_instance[3] __attribute__((__aligned__)); }; void get_collisions(Collision a) { Collision b = a; }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu dot | |org Severity|normal |blocker http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31606