[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-04 18:31 --- Fixed. thanks Jakub for looking into this. -- What|Removed |Added Status|NEW

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-03-04 15:43 --- I'm using: ./cc1 x.c on #define APPEND2(NUM, SUFF) NUM ## SUFF #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) # define MAX_INT 9223372036854775807 #define TARG_MIN (-TARG_MAX - 1) #define TARG_MAX APPEND (MAX_

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-04 15:39 --- Subject: Bug 20282 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-04 15:39:37 Modified files: libcpp : Change

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-04 15:35 --- (In reply to comment #13) > The thing that was stopping me from commiting was that I'm now seeing > FAIL: gcc.dg/cpp/arith-3.c (test for bogus messages, line 257) > regression on i386 and x86-64 when starti

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-04 15:33 --- Subject: Bug 20282 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-04 15:33:24 Modified files: libcpp : ChangeLog macro.c Log message:

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-03-04 15:28 --- The thing that was stopping me from commiting was that I'm now seeing FAIL: gcc.dg/cpp/arith-3.c (test for bogus messages, line 257) regression on i386 and x86-64 when starting bootstrap from 20050228 gcc-4_0

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-04 14:27 --- *** Bug 20305 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20282

[Bug preprocessor/20282] [4.0/4.1 Regression] gcc4 can not bootstrap itself anymore

2005-03-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-04 14:26 --- Confirmed. Patch posted here: . -- What|Removed |Added --