This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9304: [pch] ICE in gen_subprogram_die
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