[Bug c++/21681] [4.0/4.1 Regression] ICE with nested types in template

2005-05-27 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-05-27 14:08 --- Fixed on mainline 2005-05-27 Nathan Sidwell [EMAIL PROTECTED] PR c++/21681 * parser.c (cp_parser_late_parsing_for_member): Disable access checking for template functions. --

[Bug c++/21681] [4.0/4.1 Regression] ICE with nested types in template

2005-05-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-27 14:24 --- Subject: Bug 21681 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-27 14:23:52 Modified files: gcc/testsuite : ChangeLog gcc/cp :

[Bug c++/21681] [4.0/4.1 Regression] ICE with nested types in template

2005-05-24 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-05-24 16:53 --- Nathan, this appeared with your binfo work last summer: http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00902.html http://gcc.gnu.org/ml/gcc-cvs/2004-07/msg00663.html Could you please have a look? --

[Bug c++/21681] [4.0/4.1 Regression] ICE with nested types in template

2005-05-24 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-05-24 17:46 --- ok -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot