X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fmacro11.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Fmacro11.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=b131223b932f498a2d7965840ee9d9709dec4894;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/macro11.c b/gcc/testsuite/gcc.dg/cpp/macro11.c deleted file mode 100644 index b131223b..00000000 --- a/gcc/testsuite/gcc.dg/cpp/macro11.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. */ - -/* { dg-do preprocess } */ - -/* Source: Neil Booth, 2 Oct 2001. - - Tests that we clear the disabled flag that is set by the - macro-defined-to-itself optimization (the optimization might not be - worth it). */ - -#define foo foo -#undef foo -#define foo 1 -#if !foo -#error foo still disabled! -#endif