[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:35 --- Subject: Bug 19739 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:34:47 Modified files: gcc/cp : ChangeLog call.c decl.c parser.c

[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-09 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-02-09 10:23 --- (From update of attachment 8151) Except that it is an ICE on _valid_, not invalid. Bogus patch. -- What|Removed |Added --

[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-08 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-01 17:46 --- : Search converges between 2002-12-14-trunk (#159) and 2002-12-29-trunk (#160). This is caused by the new parser as JSM said this is valid. -- What|Removed |Added ---

[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-01 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-02-01 13:49 --- Subject: Re: ICE with additional comma in attribute On Tue, 1 Feb 2005, pinskia at gcc dot gnu dot org wrote: > Hmm, we used to accept this before 3.4.0 and we still do in the C front-end. This is valid

[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-01 13:25 --- This a regression no matter if this is valid or invalid code, an ICE from compiling/not compiling is a regression. -- What|Removed |Added --