This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.95.2 crash when optimizing
- To: kurt dot skauen at c2i dot net
- Subject: Re: gcc-2.95.2 crash when optimizing
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 12 Jan 2000 07:50:14 +0100
- CC: gnu-gcc-bug at moderators dot isc dot org
- References: <66wzpxwz.fsf@single.bogus.loc>
> I have not (yet) been able to create a minimal source that will crash
> the compiler, but if I do, I will post it here. Please ask if you need
> some more info.
Thanks for your bug report. Please have a look at
http://egcs.cygnus.com/faq.html#bugreport
and the section "Reporting Bugs" in the gcc manual. There is no need
to produce a minimal test case, as long as the crash can be reproduced
on the full preprocessor output. Also, if you have the preprocessor
output, it is likely that the compiler crashes on any other
installation targetting the same architecture (i.e. x86). If it
doesn't, that could indeed be a problem in your system.
Regards,
Martin