OSDN Git Service

* g++.dg/eh/simd-2.C: Use -O -w in general for PowerPC.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / dwarf2 / const-2.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 static FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };