From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1265 invoked by alias); 4 Feb 2003 11:06:00 -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 1251 invoked by uid 71); 4 Feb 2003 11:06:00 -0000 Date: Tue, 04 Feb 2003 11:06:00 -0000 Message-ID: <20030204110600.1250.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Ritzert@t-online.de (Michael Ritzert) Subject: Re: c++/9304: [pch] ICE in gen_subprogram_die Reply-To: Ritzert@t-online.de (Michael Ritzert) X-SW-Source: 2003-02/txt/msg00183.txt.bz2 List-Id: The following reply was made to PR c++/9304; it has been noted by GNATS. From: Ritzert@t-online.de (Michael Ritzert) To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: c++/9304: [pch] ICE in gen_subprogram_die Date: Tue, 4 Feb 2003 12:03:36 +0100 Am Montag, 3. Februar 2003 19:19 schrieb Michael Ritzert: > On the unstripped code (confidential) I now get > > [loads of warnings] > configfile.cpp:46: internal compiler error: in write_unscoped_name, at > cp/mangle.c:791 Hmm. There were so many warning that I oversaw this at the very beginning: /usr/include/sys/cdefs.h:31:3: #error "You need a ISO C conforming compiler to use the glibc headers" with cdefs.h:31 being #if defined __GNUC__ && !defined __STDC__ # error "You need a ISO C conforming compiler to use the glibc headers" #endif I will see what I am doing wrong and report back. Michael