re PR preprocessor/30805 (Internal compiler error when using "x##,##__VA_ARGS__"...
authorTom Tromey <tromey@redhat.com>
Thu, 1 Nov 2007 23:38:52 +0000 (23:38 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 1 Nov 2007 23:38:52 +0000 (23:38 +0000)
PR preprocessor/30805:
* gcc.dg/cpp/pr30805.c: Use -std=gnu89.

From-SVN: r129838

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pr30805.c

index dc4591b451cd2538b6df3d607f3571117bf45fe9..b1c5701bc3fdd5c2932a5cab3b74aeda1b725731 100644 (file)
@@ -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
index 4f56a767ac2b4deac97f33eb833eb80ef8da32cd..bdfce45e33d03d50e1caefacf5cd7750a32544f5 100644 (file)
@@ -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)