From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10651 invoked by alias); 25 Apr 2003 00:20:02 -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 10622 invoked by uid 48); 25 Apr 2003 00:20:02 -0000 Date: Fri, 25 Apr 2003 00:20:00 -0000 Message-ID: <20030425002002.10621.qmail@sources.redhat.com> To: carlo@alinoe.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, carlo@alinoe.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/10486: Regression (ICE) in 3.3 branch due to recent patch. X-SW-Source: 2003-04/txt/msg01061.txt.bz2 List-Id: Synopsis: Regression (ICE) in 3.3 branch due to recent patch. State-Changed-From-To: open->feedback State-Changed-By: bangerth State-Changed-When: Fri Apr 25 00:20:01 2003 State-Changed-Why: This is isomorph (there is a continuous deformation) from your testcase to this one --------------------------- template struct B { B() { } }; template struct A { A(B & = B()); }; A x; ------------------------ which I think is the same as 10471. Mark fixed that sometime this night, and I don't see it in a 3.3 checked out this morning Texas time. I see it in 3.4 from yesterday. From when is your version? I bet you should just update and try again :-) Would you mind? W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10486