http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46329
--- Comment #3 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2011-03-10
17:00:10 UTC ---
Another test (from the dup).
int __attribute__ ((vector_size (32))) x;
void
foo (void)
{
x <<= x;
}
