[Bug preprocessor/30805] [4.1/4.2 Regression] Internal compiler error when using x##,##__VA_ARGS__ in macro

2007-11-01 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2007-11-01 18:27 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug preprocessor/30805] [4.1/4.2 Regression] Internal compiler error when using x##,##__VA_ARGS__ in macro

2007-11-01 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2007-11-01 23:25 --- The testcase fails btw: Executing on host: /usr/src/gcc/obj/gcc/xgcc -B/usr/src/gcc/obj/gcc/ /usr/src/gcc/gcc/testsuite/gcc.dg/cpp/pr30805.c-ansi -pedantic-errors -fno-show-column -E -o pr30805.i(timeout =

[Bug preprocessor/30805] [4.1/4.2 Regression] Internal compiler error when using x##,##__VA_ARGS__ in macro

2007-11-01 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2007-11-01 23:34 --- Sorry about that. I don't know what went wrong. The test should only be preprocessed, not compiled. I will fix this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30805

[Bug preprocessor/30805] [4.1/4.2 Regression] Internal compiler error when using x##,##__VA_ARGS__ in macro

2007-11-01 Thread tromey at gcc dot gnu dot org
--- Comment #12 from tromey at gcc dot gnu dot org 2007-11-01 23:39 --- Subject: Bug 30805 Author: tromey Date: Thu Nov 1 23:38:52 2007 New Revision: 129838 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129838 Log: PR preprocessor/30805: * gcc.dg/cpp/pr30805.c: