From 2530d6aa59a7eacc22ec7db611cddf796a694b56 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 27 May 2002 20:23:13 +0000 Subject: [PATCH] * testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99. From-SVN: r53938 --- gcc/testsuite/ChangeLog | 1 - gcc/testsuite/gcc.dg/cpp/arith-3.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2121151185c..101b0f07a4f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -5,7 +5,6 @@ 2002-05-27 Neil Booth * gcc.dg/cpp/arith-2.c: Remove. - * gcc.dg/cpp/arith-3.c: Don't set std=c99. 2002-05-27 Neil Booth diff --git a/gcc/testsuite/gcc.dg/cpp/arith-3.c b/gcc/testsuite/gcc.dg/cpp/arith-3.c index 53d18219216..af01f9a9f3b 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 -- 2.30.2