pragma-pop_macro-1.c: Fix dg-do directive.

* gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.

From-SVN: r132343
This commit is contained in:
Uros Bizjak 2008-02-15 15:17:41 +01:00 committed by Uros Bizjak
parent 460110e015
commit 67baf3ca72
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-15 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
2008-02-15 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.

View File

@ -1,7 +1,7 @@
/* PR preprocessor/35061 */
/* Do nothing if there is nothing on the macro stack to pop. */
/* { dg do-preprocess { target *-*-mingw* *-*-cygwin* } } */
/* { dg-do preprocess { target *-*-mingw* *-*-cygwin* } } */
#define X 1
/* # pragma push_macro("X") */