Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr21817-1.c
blob524c798c990e59d33faf3d6a4143c52a80d775b2
1 /* { dg-do compile } */
3 typedef float v4sf __attribute__((vector_size(16)));
4 v4sf value;
5 void foo(void)
7 unsigned int band;
8 for(band=0; band < 2; band++)
10 value += (v4sf){1e9f,1e9f,1e9f,1e9f};