aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/990506-0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/990506-0.c')
-rw-r--r--gcc/testsuite/gcc.dg/990506-0.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/gcc.dg/990506-0.c b/gcc/testsuite/gcc.dg/990506-0.c
deleted file mode 100644
index 7db7215721a..00000000000
--- a/gcc/testsuite/gcc.dg/990506-0.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Verify that a diagnostic is issued without crashing due to
- --enable-checking catching a bug in the C front end. */
-/* { dg-do compile } */
-x()
-{
- foo (i);
- /* { dg-error "undeclared" "undeclared-variable message" { target native } { 6 } } */
- /* { dg-error "function it appears in" "reminder message" { target native } { 6 } } */
-}