This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5337: gcc-3.0.3 gives internal error
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- To: Teemu Hirsimaki <Teemu dot Hirsimaki at hut dot fi>
- Cc: rodrigc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Sun, 13 Jan 2002 13:25:05 -0500
- Subject: Re: c++/5337: gcc-3.0.3 gives internal error
- References: <20020113013941.26327.qmail@sources.redhat.com> <15425.16918.891934.381673@james.hut.fi>
On Sun, Jan 13, 2002 at 10:15:18AM +0200, Teemu Hirsimaki wrote:
> rodrigc@gcc.gnu.org writes:
>
> Btw, should I reply to all these addresses which were in the reply-to
> field of your mail?
Yes, you need to do that. That is how we keep track
of the bug reports.
> I tried different optimization flags, and "-finline-functions" seems
> to trigger the bug.
At the configure stage, if I configure my gcc with
--enable-checking, I can reproduce your bug if
I add -finline-functions to the command-line.
If I omit the --enable-checking at the configure step,
or add --disable-checking, then even if I add
-finline-functions to the command-line, I cannot
reproduce the bug.