From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19984 invoked by alias); 2 May 2006 16:31:45 -0000 Received: (qmail 19946 invoked by uid 48); 2 May 2006 16:31:41 -0000 Date: Tue, 02 May 2006 16:31:00 -0000 Message-ID: <20060502163141.19945.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/27102] [4.0/4.1 regression] ICE with invalid class name in function template In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" 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 X-SW-Source: 2006-05/txt/msg00191.txt.bz2 List-Id: ------- Comment #13 from reichelt at gcc dot gnu dot org 2006-05-02 16:31 ------- Mark, your patch seems to cause some fall-out. The following testcase now ICEs on mainline: =================================== template void T::foo; =================================== bug.cc:1: error: variable or field 'foo' declared void bug.cc:1: internal compiler error: in is_ancestor, at cp/name-lookup.c:2233 Please submit a full bug report, [etc.] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27102