Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr33617.c
blob0174fb604854b77c7bcd3c48e2d863c37f7f2cdf
1 typedef float V8SF __attribute__ ((vector_size (32)));
2 void bar (V8SF);
3 void
4 foo (float x)
6 bar ((V8SF) { x, x, x, x, x, x, x, x });