aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/debug/dwarf2/const2.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/debug/dwarf2/const2.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/debug/dwarf2/const2.C6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/debug/dwarf2/const2.C b/gcc-4.8.1/gcc/testsuite/g++.dg/debug/dwarf2/const2.C
deleted file mode 100644
index 27f4c2658..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/debug/dwarf2/const2.C
+++ /dev/null
@@ -1,6 +0,0 @@
-/* { dg-do compile { target powerpc_altivec_ok } } */
-/* { dg-options "-O -gdwarf-2 -dA -maltivec" } */
-/* { dg-final { scan-assembler "DW_AT_const_value" } } */
-
-typedef float FloatVect __attribute__((__vector_size__(16)));
-const FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };