[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-06 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-06 22:48 --- Fixed on mainline and the 4.0 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

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

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-06 22:38 --- Subject: Bug 23191 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-06 22:38:44 Modified files: gcc/cp : ChangeLog pt.c gcc/testsuite

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-03 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-04 02:39 --- Testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |re

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-02 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-02 11:11 --- Similar testcase without arrays of length zero (which is not a bug in every version of GCC): template struct A { void foo() throw(typename T::X); }; A a; =

[Bug c++/23191] [4.0/4.1 Regression] ICE on invalid throw in template

2005-08-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-02 02:52 --- Confirmed. -- What|Removed |Added CC||pinskia at