This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9304: [pch] ICE in gen_subprogram_die


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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]