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]

Re: ICE during bootstrap with --enable-checking


> 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

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