This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/2182
- To: nobody at gcc dot gnu dot org
- Subject: Re: c++/2182
- From: Ingo Krabbe <ikrabbe at earthling dot net>
- Date: 4 Jul 2001 11:46:02 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Ingo Krabbe <ikrabbe at earthling dot net>
The following reply was made to PR c++/2182; it has been noted by GNATS.
From: Ingo Krabbe <ikrabbe@earthling.net>
To: <gcc-bugs@gcc.gnu.org>, <nathan@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>
Cc:
Subject: Re: c++/2182
Date: Wed, 4 Jul 2001 13:49:03 +0200 (CEST)
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