[Bug c++/18429] [4.0 Regression] ICE on invalid code with array size being a non constant variable

2004-11-13 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-13 13:08 --- *** Bug 12807 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18429] [4.0 Regression] ICE on invalid code with array size being a non constant variable

2004-11-12 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++/18429] [4.0 Regression] ICE on invalid code with array size being a non constant variable

2004-11-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-12 21:47 --- Subject: Bug 18429 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-12 21:47:13 Modified files: gcc/cp : ChangeLog decl.c decl2.c parser.c

[Bug c++/18429] [4.0 Regression] ICE on invalid code with array size being a non constant variable

2004-11-12 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-12 21:58 --- Fixed in GCC 4.0. -- What|Removed |Added Status|ASSIGNED

[Bug c++/18429] [4.0 Regression] ICE on invalid code with array size being a non constant variable

2004-11-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-11 16:51 --- : Search converges between 2004-07-29-trunk (#498) and 2004-07-30-trunk (#499). Reduced testcase every where: int subtrees = 4; template class T struct Tree { Tree* L[subtrees]; Tree* R[subtrees];