From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22843 invoked by alias); 21 Apr 2004 14:34:01 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22815 invoked by uid 48); 21 Apr 2004 14:34:00 -0000 Date: Wed, 21 Apr 2004 15:20:00 -0000 Message-ID: <20040421143400.22814.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040421064946.15035.gianni@mariani.ws> References: <20040421064946.15035.gianni@mariani.ws> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15035] [3.4 Regression] ICE on inheritance with "public public" X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg01852.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-04-21 14:33 ------- Uh, that is off. How did I get to have a 3.4 CVS snapshot then that has the fix? My CVS checkout certainly contains this patch: 2004-02-03 Mark Mitchell PR c++/13925 * decl.c (start_function): Do not call pushdecl for any instantiation or specialization of a primary template. PR c++/14002 * semantics.c (finish_id_expression): Do not return an IDENTIFIER_NODE when lookup finds a PARM_DECL. PR c++/13978 * pt.c (build_non_dependent_expr): Do not build NON_DEPENDENT_EXPRs for FUNCTION_DECLs or TEMPLATE_DECLs. PR c++/13968 * semantics.c (finish_id_expression): Do not return an IDENTIFIER_NODE when lookup finds a VAR_DECL. PR c++/13975 * parser.c (cp_parser_simple_declaration): When skipping to the end of the statement swallow the terminating semicolon. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15035