OSDN Git Service

2010-02-10 Joost VandeVondele <jv244@cam.ac.uk>
[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 }