From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12450 invoked by alias); 4 Nov 2002 23:15:22 -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 12428 invoked by uid 61); 4 Nov 2002 23:15:21 -0000 Date: Mon, 04 Nov 2002 15:15:00 -0000 Message-ID: <20021104231521.12427.qmail@sources.redhat.com> To: coola@ngs.ru, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, coola@ngs.ru, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/8019: g++ CRASHES on an illegal initialization in a template class instead of reporting an error X-SW-Source: 2002-11/txt/msg00191.txt.bz2 List-Id: Synopsis: g++ CRASHES on an illegal initialization in a template class instead of reporting an error State-Changed-From-To: open->closed State-Changed-By: bangerth State-Changed-When: Mon Nov 4 15:15:20 2002 State-Changed-Why: Works for me and reports correct (though at first sight not very useful) message: tmp/g> /home/bangerth/bin/gcc-3.3x-pre/bin/c++ x.cc x.cc: In constructor `A::A(T) [with T = int]': x.cc:8: instantiated from here x.cc:5: error: type `class A' is not a direct base of `A' http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8019