OSDN Git Service

Fix PR debug/49047
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / debug / dwarf2 / const2.C
1 /* { dg-do compile { target powerpc_altivec_ok } } */
2 /* { dg-options "-O -gdwarf-2 -dA -maltivec" } */
3 /* { dg-final { scan-assembler "DW_AT_const_value" } } */
4
5 typedef float FloatVect __attribute__((__vector_size__(16)));
6 const FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };