From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28427 invoked by alias); 8 Mar 2004 22:24:49 -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 28406 invoked by alias); 8 Mar 2004 22:24:47 -0000 Date: Mon, 08 Mar 2004 22:24:00 -0000 Message-ID: <20040308222447.28405.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031124041051.13170.ron_hylton@hotmail.com> References: <20031124041051.13170.ron_hylton@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13170] [3.4/3.5 Regression] ICE in build_base_path X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg01041.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-08 22:24 ------- Subject: Bug 13170 CVSROOT: /cvs/gcc Module name: gcc Changes by: jason@gcc.gnu.org 2004-03-08 22:24:35 Modified files: gcc/cp : ChangeLog cp-tree.h decl.c parser.c rtti.c Log message: PR c++/13170 * decl.c (xref_tag): Remove attribute handling. * cp-tree.h: Adjust prototype. * decl.c, parser.c, rtti.c: Adjust callers. * parser.c (cp_parser_class_head): Pass back attributes in the class head. (cp_parser_class_specifier): Adjust. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3986&r2=1.3987 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.954&r2=1.955 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1191&r2=1.1192 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.179&r2=1.180 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&r1=1.178&r2=1.179 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13170