diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 1 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/cpp/arith-3.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2121151..101b0f0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -5,7 +5,6 @@ 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk> * gcc.dg/cpp/arith-2.c: Remove. - * gcc.dg/cpp/arith-3.c: Don't set std=c99. 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk> diff --git a/gcc/testsuite/gcc.dg/cpp/arith-3.c b/gcc/testsuite/gcc.dg/cpp/arith-3.c index 53d1821..af01f9a 100644 --- a/gcc/testsuite/gcc.dg/cpp/arith-3.c +++ b/gcc/testsuite/gcc.dg/cpp/arith-3.c @@ -9,7 +9,7 @@ Please keep changes to arith-2.c and arith-3.c in sync. */ /* { dg-do preprocess } */ -/* { dg-options "-fno-show-column" } */ +/* { dg-options "-std=c99 -fno-show-column" } */ #include <limits.h> |
