1 /* { dg-do compile { target i386*-*-* } } */
2 /* { dg-options "-O -gdwarf -dA -msse" } */
3 /* { dg-require-effective-target sse } */
4 /* { dg-final { scan-assembler "DW_AT_const_value" } } */
5 
6 typedef float FloatVect __attribute__((__vector_size__(16)));
7 static FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };
8