2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr28268.c
blobf143c0804e2c45d8741c4a5253e1e344d8efd4e3
1 /* { dg-do compile } */
3 int __attribute__((vector_size(8))) a;
5 void foo()
7 a += a*a;