http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52977
Markus Trippelsdorf <markus at trippelsdorf dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markus at trippelsdorf dot | |de, rguenth at gcc dot | |gnu.org --- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-04-14 06:24:34 UTC --- Started with rev.185458. % cat test.i fn1 () { (int __attribute__((__vector_size__(8)))) 0L; } or % cat test.ii typedef int __m64 __attribute__ ((__vector_size__ (8))); __m64 a = (__m64) 0LL;