X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Flexident.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Flexident.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=c914023b0fd7c01d3aa33167850f31dcd9d903d7;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/lexident.c b/gcc/testsuite/gcc.dg/cpp/lexident.c deleted file mode 100644 index c914023b..00000000 --- a/gcc/testsuite/gcc.dg/cpp/lexident.c +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. */ - -/* { dg-do preprocess } */ -/* { dg-options "-trigraphs" } */ - -/* Test lexing of identifiers. */ - -/* Escaped newlines, _ and $ in identifiers. */ -#def\ -\ -ine foo_ - -#d\ -ef??/ -in\ -e b\ -a$r - -#ifndef foo_ -#error foo_ -#endif - -#ifndef ba$r -#error ba$r -#endif