[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-09-21 Thread lmillward at gcc dot gnu dot org
--- Comment #4 from lmillward at gcc dot gnu dot org 2006-09-21 18:22 --- Subject: Bug 28861 Author: lmillward Date: Thu Sep 21 18:22:11 2006 New Revision: 117117 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117117 Log: PR c++/28861 * decl.c (shadow_tag): Retu

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-09-09 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-09-09 13:38 --- Subject: Bug number PR c++/28861 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00348.html -- http://gcc.gnu.org/bugzil

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-09-09 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-09-01 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28861

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-08-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-31 03:19 --- Note the error is recent because one of my builds from 4.2.0 20060826 does not have the error while the other one does (I don't have the svn revision on my either). -- pinskia at gcc dot gnu dot org changed:

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-08-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-31 03:17 --- Confirmed, we now get an error before ICEing: t.cc:3: error: name of class shadows template template parameter ‘B’ t.cc:3: internal compiler error: tree check: expected record_type or union_type or qual_union_type, h

[Bug c++/28861] [4.0/4.1/4.2 regression] ICE on invalid in-class specialization

2006-08-26 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28861