diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2008-02-15 15:17:41 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-02-15 15:17:41 +0100 |
commit | 67baf3ca72756077369fd8e7d0ace8b6b68590bc (patch) | |
tree | 9ff5e9b07acd1a8c93d25a68773bda3f2843b469 /gcc | |
parent | 460110e0154f3a6ebeb2ea6703c60f1444cac245 (diff) | |
download | gcc-67baf3ca72756077369fd8e7d0ace8b6b68590bc.zip gcc-67baf3ca72756077369fd8e7d0ace8b6b68590bc.tar.gz gcc-67baf3ca72756077369fd8e7d0ace8b6b68590bc.tar.bz2 |
pragma-pop_macro-1.c: Fix dg-do directive.
* gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
From-SVN: r132343
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 53ce216..9aa7ae8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. 2008-02-15 Hans-Peter Nilsson <hp@axis.com> diff --git a/gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c b/gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c index 82beefc..dec67ad 100644 --- a/gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c +++ b/gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c @@ -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") */ |