X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fif-mpar.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fif-mpar.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=b57b5d189ab2837a4da77a9bd705abeaf53dd70f;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/if-mpar.c b/gcc/testsuite/gcc.dg/cpp/if-mpar.c deleted file mode 100644 index b57b5d18..00000000 --- a/gcc/testsuite/gcc.dg/cpp/if-mpar.c +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. */ - -/* Test various combinations of missing parentheses give the correct - missing parenthesis message. */ - -/* { dg-do preprocess } */ - -#if (1 /* { dg-error "missing '\\)'" "missing ')' no. 1" } */ -#endif - -#if 2 * (3 + 4 /* { dg-error "missing '\\)'" "missing ')' no. 2" } */ -#endif - -#if (2)) /* { dg-error "missing '\\('" "missing '(' no. 1" } */ -#endif - -#if ) /* { dg-error "missing '\\('" "missing '(' no. 2" } */ -#endif - -#if 4) /* { dg-error "missing '\\('" "missing '(' no. 3" } */ -#endif