Commit 17bfa461 by Tom Tromey Committed by Tom Tromey

re PR preprocessor/30805 (Internal compiler error when using "x##,##__VA_ARGS__" in macro)

	PR preprocessor/30805:
	* gcc.dg/cpp/pr30805.c: Use -std=gnu89.

From-SVN: r129838
parent 3e7eb734
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> 2007-11-02 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/33648 PR rtl-optimization/33648
/* PR preprocessor/30805 - ICE while token pasting. */ /* PR preprocessor/30805 - ICE while token pasting. */
/* { dg-do preprocess } */ /* { dg-do preprocess } */
/* { dg-options "-std=gnu89" } */
#define A(x,...) x##,##__VA_ARGS__ #define A(x,...) x##,##__VA_ARGS__
A(1) A(1)
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