summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/const-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/debug/const-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/debug/const-1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/debug/const-1.c b/gcc/testsuite/gcc.dg/debug/const-1.c
deleted file mode 100644
index bc526612fd..0000000000
--- a/gcc/testsuite/gcc.dg/debug/const-1.c
+++ /dev/null
@@ -1,3 +0,0 @@
-/* { dg-do compile } */
-typedef float FloatVect __attribute__((__vector_size__(16)));
-static FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };