This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ICE during bootstrap with --enable-checking
- To: aj at suse dot de
- Subject: Re: ICE during bootstrap with --enable-checking
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 14 Mar 2000 12:00:19 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <hoem9e7gse.fsf@maclaurin.suse.de>
> Shall I send the preprossed source? It should be easy to reproduce
> this - otherwise tell me.
Please do. I have my stage2 --enable-checking bootstrap of 20000313
running right now, ie. it would pass through stage1 without problems,
building all front-ends. Perhaps it matters whether you use
=misc,tree,rtl,gc,gcac or not? Without that, I got
#define ENABLE_CHECKING 1
#define ENABLE_TREE_CHECKING 1
#define ENABLE_RTL_CHECKING 1
/* #undef ENABLE_GC_CHECKING */
/* #undef ENABLE_GC_ALWAYS_COLLECT */
Because of the error message, I thought it should have been a tree
error, but now I think it could be a gc error as well...
Regards,
Martin