[Bug c++/18471] [4.0 regression] ICE on invalid template class

2004-11-15 Thread lerdsuwa at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18471

[Bug c++/18471] [4.0 regression] ICE on invalid template class

2004-11-15 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-15 10:37 --- Fixed by patch: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01321.html No formatting change was necessary. In addition, the testcase from this PR is added as g++.dg/template/crash26.C. --

[Bug c++/18471] [4.0 regression] ICE on invalid template class

2004-11-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-15 10:34 --- Subject: Bug 18471 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-15 10:34:06 Modified files: gcc/cp : ChangeLog decl.c name-lookup.c name-l

[Bug c++/18471] [4.0 regression] ICE on invalid template class

2004-11-14 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-14 11:28 --- My friend class lookup part 1 patch fixes this: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01321.html This was approved together with part 2 with some formatting changes: http://gcc.gnu.org/ml/gcc-pat

[Bug c++/18471] [4.0 regression] ICE on invalid template class

2004-11-14 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-14 11:07 --- Got it. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lerdsuwa at

[Bug c++/18471] [4.0 regression] ICE on invalid template class

2004-11-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-14 01:45 --- : Search converges between 2004-02-01-trunk (#445) and 2004-03-01-trunk (#446). -- What|Removed |Added ---