ICE during bootstrap with --enable-checking

Andreas Jaeger aj@suse.de
Tue Mar 14 03:28:00 GMT 2000


>>>>> Martin v Loewis writes:

>> Shall I send the preprossed source?  It should be easy to reproduce
>> this - otherwise tell me.

Martin> Please do. I have my stage2 --enable-checking bootstrap of 20000313
Ok. I run a new (deleted the old one alreay) bootstrap with
--enable-checking=misc,tree,rtl,gc,gcac
Martin> running right now, ie. it would pass through stage1 without problems,
Martin> building all front-ends. Perhaps it matters whether you use
Martin> =misc,tree,rtl,gc,gcac or not? Without that, I got

Martin> #define ENABLE_CHECKING 1
Martin> #define ENABLE_TREE_CHECKING 1
Martin> #define ENABLE_RTL_CHECKING 1
Martin> /* #undef ENABLE_GC_CHECKING */
Martin> /* #undef ENABLE_GC_ALWAYS_COLLECT */
I have now:
grep CHECKING gcc/auto-host.h 
#define ENABLE_CHECKING 1
#define ENABLE_TREE_CHECKING 1
#define ENABLE_RTL_CHECKING 1
#define ENABLE_GC_CHECKING 1

Martin> Because of the error message, I thought it should have been a tree
Martin> error, but now I think it could be a gc error as well...


Andreas

P.S. Here's the preprocessed file and the compiler messages again:


More information about the Gcc-bugs mailing list