[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-22 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-08-23 00:10 --- I've added my patch to mainline and the gcc-4.0.x branch, but there is still the problem that my testcase generates two errors when it should only generate one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-23 00:08 --- Subject: Bug 23426 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-23 00:07:48 Modified files: gcc/cp : Change

[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-22 23:56 --- Subject: Bug 23426 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-22 23:56:30 Modified files: gcc/cp : ChangeLog Log message: Corr

[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 05:03 --- I think the knock-on error message is a latent bug in the C++ front end, so your patch is fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23426

[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18 15:59 --- *** Bug 23461 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 02:40 --- Confirmed. A regression from 3.4.0. Note there is a typo in the test, USHORT_MAX should be USHRT_MAX. -- What|Removed |Added ---