From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5113 invoked by alias); 28 Oct 2002 19:56:03 -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 5075 invoked by uid 71); 28 Oct 2002 19:56:01 -0000 Date: Mon, 28 Oct 2002 11:56:00 -0000 Message-ID: <20021028195601.5074.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: debug/8384: ICE in is_base_type, at dwarf2out.c:7477 Reply-To: Wolfgang Bangerth X-SW-Source: 2002-10/txt/msg01172.txt.bz2 List-Id: The following reply was made to PR debug/8384; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-bugs@gcc.gnu.org, Cc: Subject: Re: debug/8384: ICE in is_base_type, at dwarf2out.c:7477 Date: Mon, 28 Oct 2002 13:50:05 -0600 (CST) Here's a shorter example: -------------------------------- int foo; template struct Base { typedef T type; }; template struct Derived : public Base {}; ------------------------------- Message is: ------------------------------- tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -g x.cc x.cc: In instantiation of `Base<__typeof (foo)>': x.cc:8: instantiated from here x.cc:3: internal compiler error: in is_base_type, at dwarf2out.c:7477 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ------------------------------- I believe that if this problem is fixed, the code will still not compile but the next issue will then be c++/8385. Regards Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ticam.utexas.edu www: http://www.ticam.utexas.edu/~bangerth