X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2F990506-0.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2F990506-0.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=15d8ac73631494ece73e3d3e67deda44ac1f3202;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/990506-0.c b/gcc/testsuite/gcc.dg/990506-0.c deleted file mode 100644 index 15d8ac73..00000000 --- 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 *-*-* } { 6 } } */ - /* { dg-error "function it appears in" "reminder message" { target *-*-* } { 6 } } */ -}