From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24179 invoked by alias); 20 Nov 2002 19:05:58 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 24160 invoked by uid 61); 20 Nov 2002 19:05:58 -0000 Date: Thu, 28 Nov 2002 16:04:00 -0000 Message-ID: <20021120190558.24159.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, martin.dorey@bluearc.com, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, martin.dorey@bluearc.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/8660: template overloading ICE in tsubst_expr, at cp/pt.c:7644 X-SW-Source: 2002-11/txt/msg01129.txt.bz2 List-Id: Synopsis: template overloading ICE in tsubst_expr, at cp/pt.c:7644 State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Wed Nov 20 11:05:57 2002 State-Changed-Why: Confirmed. At least one case has been fixed on mainline in the meantime (but is still present in 3.2.1), namely the last one you mention (with parentheses, declarations swapped): struct BadgerBuf { template void ReadPod(); void ReadPod(); }; void BadgerBuf::ReadPod () { (ReadPod) (); } However, the other ICEs still exist. I can reproduce all these ICEs with 2.95, so it is not a regression, although I would love to see this fixed soon anyway since it seems like a not so uncommon idiom. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8660