Commit 2530d6aa by Neil Booth

* testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99.

From-SVN: r53938
parent ef72b1d3
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk> 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/arith-2.c: Remove. * 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> 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
Please keep changes to arith-2.c and arith-3.c in sync. */ Please keep changes to arith-2.c and arith-3.c in sync. */
/* { dg-do preprocess } */ /* { dg-do preprocess } */
/* { dg-options "-fno-show-column" } */ /* { dg-options "-std=c99 -fno-show-column" } */
#include <limits.h> #include <limits.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment