From d2bf1895c85bd2ffb3986b932ac53f64e980ac05 Mon Sep 17 00:00:00 2001 From: uros Date: Fri, 15 Feb 2008 14:17:41 +0000 Subject: [PATCH] * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132343 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 53ce21679d5..9aa7ae815b4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2008-02-15 Uros Bizjak + * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive. + +2008-02-15 Uros Bizjak + * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets. 2008-02-15 Hans-Peter Nilsson 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 82beefc0618..dec67adf7f3 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") */ -- 2.11.0