This is the mail archive of the gcc-bugs@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++/5337: gcc-3.0.3 gives internal error


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.


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