aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Booth <neilb@earthling.net>2000-11-20 18:28:43 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-11-20 18:28:43 +0000
commit029a4f4dea9d93d36a058b4dd5cc1c17fa7bf2a2 (patch)
tree76d2012890b74ad9c7b407c3c1824c0da04ef0a9
parentdd07b88447abe48d1ec82b7e3fd7c2d95493b7e8 (diff)
downloadgcc-029a4f4dea9d93d36a058b4dd5cc1c17fa7bf2a2.zip
gcc-029a4f4dea9d93d36a058b4dd5cc1c17fa7bf2a2.tar.gz
gcc-029a4f4dea9d93d36a058b4dd5cc1c17fa7bf2a2.tar.bz2
* gcc.dg/cpp/macsyntx.c: Use correct command line option.
From-SVN: r37588
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/cpp/macsyntx.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index efb2591..5df57ff 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-20 Neil Booth <neilb@earthling.net>
+
+ * gcc.dg/cpp/macsyntx.c: Use correct command line option.
+
2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/export1.C: New test.
diff --git a/gcc/testsuite/gcc.dg/cpp/macsyntx.c b/gcc/testsuite/gcc.dg/cpp/macsyntx.c
index ee5fd36..d028ebd 100644
--- a/gcc/testsuite/gcc.dg/cpp/macsyntx.c
+++ b/gcc/testsuite/gcc.dg/cpp/macsyntx.c
@@ -1,7 +1,7 @@
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
-/* { dg-options -pedantic } */
+/* { dg-options "-pedantic -std=gnu99" } */
/* Tests macro syntax, for both definition and invocation, including:-