From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Received: (qmail 2110 invoked by uid 61); 10 Jan 2003 15:43:52 -0000 Date: Fri, 10 Jan 2003 15:43:00 -0000 Message-ID: <20030110154352.2109.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, pommier@gmm.insa-tlse.fr From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, pommier@gmm.insa-tlse.fr, gcc-gnats@gcc.gnu.org Subject: Re: c++/9261: [3.2 regression] Internal compiler error in arg_assoc, at cp/decl2.c:4793 X-SW-Source: 2003-01/txt/msg00645.txt.bz2 List-Id: Old Synopsis: Internal compiler error in arg_assoc, at cp/decl2.c:4793 New Synopsis: [3.2 regression] Internal compiler error in arg_assoc, at cp/decl2.c:4793 State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Fri Jan 10 07:43:50 2003 State-Changed-Why: Confirmed on the 3.2 branch. It's a regression w.r.t. 2.95, but is fixed on 3.3 and 3.4, which now give tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc x.cc: In function `int main()': x.cc:9: error: request for member `std::type_info::name() const' in ` __cxa_bad_typeid()()', which is of non-class type `const std::type_info&' The message is not exactly obvious, but once you think about it, it's right. W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9261