diff options
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pr30805.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dc4591b..b1c5701 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-11-01 Tom Tromey <tromey@redhat.com> + + PR preprocessor/30805: + * gcc.dg/cpp/pr30805.c: Use -std=gnu89. + 2007-11-02 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/33648 diff --git a/gcc/testsuite/gcc.dg/cpp/pr30805.c b/gcc/testsuite/gcc.dg/cpp/pr30805.c index 4f56a76..bdfce45 100644 --- a/gcc/testsuite/gcc.dg/cpp/pr30805.c +++ b/gcc/testsuite/gcc.dg/cpp/pr30805.c @@ -1,5 +1,6 @@ /* PR preprocessor/30805 - ICE while token pasting. */ /* { dg-do preprocess } */ +/* { dg-options "-std=gnu89" } */ #define A(x,...) x##,##__VA_ARGS__ A(1) |