From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23579 invoked by alias); 29 Apr 2003 21:47:28 -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 23559 invoked by uid 48); 29 Apr 2003 21:47:28 -0000 Date: Tue, 29 Apr 2003 21:47:00 -0000 Message-ID: <20030429214728.23552.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, reichelt@igpm.rwth-aachen.de From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, reichelt@igpm.rwth-aachen.de, gcc-gnats@gcc.gnu.org Subject: Re: c++/10555: [3.3/3.4 regression] ICE on undefined template argument X-SW-Source: 2003-04/txt/msg01415.txt.bz2 List-Id: Synopsis: [3.3/3.4 regression] ICE on undefined template argument State-Changed-From-To: open->feedback State-Changed-By: bangerth State-Changed-When: Tue Apr 29 21:47:27 2003 State-Changed-Why: Confirmed, but I don't think it's a regression: in 3.0 I get "confused by earlier messages" and in 2.95 an ICE: g/x> /home/bangerth/bin/gcc-3.0.4/bin/c++ -c x.cc x.cc: In instantiation of `C': x.cc:11: instantiated from here x.cc:8: type/value mismatch at argument 1 in template parameter list for `template<{template default argument error}> template<{template default argument error}> struct A< >::B' x.cc:8: expected a type, got `U' x.cc:8: confused by earlier errors, bailing out g/x> g/x> g/x> c++ -c x.cc x.cc: In instantiation of `A': x.cc:8: instantiated from `C' x.cc:11: instantiated from here x.cc:8: Internal compiler error. x.cc:8: Please submit a full bug report. x.cc:8: See for instructions. What do you think? W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10555