X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fc94-pedantic.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fc94-pedantic.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=589d23c13851b5fee9d30f517c613c6f224614b5;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c b/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c deleted file mode 100644 index 589d23c1..00000000 --- a/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c +++ /dev/null @@ -1,10 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. */ - -/* { dg-do preprocess } */ -/* { dg-options "-std=iso9899:199409 -pedantic" } */ - -/* This file is for testing the preprocessor in -std=iso9899:199409 - -pedantic mode. Neil Booth, 2 Dec 2000. */ - -#if 1LL /* { dg-warning "too many" } */ -#endif