X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2F_Pragma4.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2F_Pragma4.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=a7ac42d4e47c7faf35e27b25c7d9c2e54f622942;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma4.c b/gcc/testsuite/gcc.dg/cpp/_Pragma4.c deleted file mode 100644 index a7ac42d4..00000000 --- a/gcc/testsuite/gcc.dg/cpp/_Pragma4.c +++ /dev/null @@ -1,12 +0,0 @@ -/* { dg-do preprocess } */ - -/* Based on Debian GNATS PR 157416. 3 Sep 2002. */ - -#define b foo _Pragma ("bar") baz -a b c - -/* - { dg-final { if ![file exists _Pragma4.i] { return } } } - { dg-final { if { [grep _Pragma4.i "#pragma bar "] != "" } { return } } } - { dg-final { fail "_Pragma4.c: #pragma appearing on its own line" } } -*/