OSDN Git Service

2011-10-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / pr28268.c
1 /* { dg-do compile } */
2
3 int __attribute__((vector_size(8))) a;
4
5 void foo()
6 {
7     a += a*a;
8 }