Merge from branches/gcc-4_8-branch up to rev 207411.
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / g++.dg / ext / vector25.C
blob6c1f5d098782e8686c90a3899b3b14308412e263
1 volatile int i __attribute__((vector_size(8)));
3 void foo()
5   i += i;