diff options
author | Neil Booth <neil@gcc.gnu.org> | 2002-05-27 20:23:13 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-27 20:23:13 +0000 |
commit | 2530d6aa59a7eacc22ec7db611cddf796a694b56 (patch) | |
tree | cfa587a113f15cc858f35611af5cdc2b467ab320 /gcc/testsuite | |
parent | ef72b1d3196beb186a4ec6ca056ad62b4afb78e4 (diff) | |
download | gcc-2530d6aa59a7eacc22ec7db611cddf796a694b56.zip gcc-2530d6aa59a7eacc22ec7db611cddf796a694b56.tar.gz gcc-2530d6aa59a7eacc22ec7db611cddf796a694b56.tar.bz2 |
* testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99.
From-SVN: r53938
Diffstat (limited to 'gcc/testsuite')
-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> |