aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/noncompile/redecl-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/noncompile/redecl-1.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/noncompile/redecl-1.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/noncompile/redecl-1.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/noncompile/redecl-1.c
deleted file mode 100644
index 732db0098..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/noncompile/redecl-1.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Copyright 2000 Free Software Foundation */
-/* by Alexandre Oliva <aoliva@redhat.com> */
-
-int
-foo ()
-{
- int bar; /* { dg-message "note: previous.*decl" "previous.*decl" } */
- volatile int bar; /* { dg-error "conflicting type qualifiers" "conflicting type qualifiers" } */
-}