OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / dwarf2 / const-2b.c
1 /* { dg-do compile { target i386*-*-* } } */
2 /* { dg-options "-O -gdwarf-2 -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 };