From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27832 invoked by alias); 2 Sep 2005 18:23:51 -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 27789 invoked by alias); 2 Sep 2005 18:23:44 -0000 Date: Fri, 02 Sep 2005 18:23:00 -0000 Message-ID: <20050902182344.27788.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050520220116.21687.pinskia@gcc.gnu.org> References: <20050520220116.21687.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21687] [4.0/4.1 Regression] ICE in GC with local class inside a template function X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00276.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02 18:23 ------- Subject: Bug 21687 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-4_0-branch Changes by: mmitchel@gcc.gnu.org 2005-09-02 18:23:24 Modified files: gcc/cp : parser.c gcc/testsuite : ChangeLog Added files: gcc/testsuite/g++.dg/other: gc3.C Log message: PR c++/21687 * parser.c (cp_parser_class_specifier): Push/pop GC contexts around functions in local classes. PR c++/21687 * g++.dg/other/gc3.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.319.2.14&r2=1.319.2.15 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.368&r2=1.5084.2.369 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/gc3.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21687