Index: gcc/ChangeLog
[official-gcc.git] / gcc / testsuite / gcc.dg / debug / const-1.c
blobbc526612fd406ed891589e7728939bd555bb5393
1 /* { dg-do compile } */
2 typedef float FloatVect __attribute__((__vector_size__(16)));
3 static FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };