This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/2182
- To: <gcc-bugs at gcc dot gnu dot org>, <nathan at gcc dot gnu dot org>, <gcc-gnats at gcc dot gnu dot org>
- Subject: Re: c++/2182
- From: Ingo Krabbe <ikrabbe at earthling dot net>
- Date: Wed, 4 Jul 2001 13:49:03 +0200 (CEST)
- Reply-To: Ingo Krabbe <i dot krabbe at dokom dot net>
Synopsis: Internal compiler error in latest gcc (trunk & gcc 3 branch)
using -fpic
I got the same internal compiler error with cvs update of gcc from May 26
2001, compiling a glibc with it. This error occurres not only with c++ but
also with plain C.
Work around: To work around this error while compiling the glibc package
(it occurred at about 5 different C files) I removed the -O2 option.
CU INGO