G++: GC-related ICE in CVS version
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Thu May 11 22:07:00 GMT 2000
> The debugger reveals a serious gc failure:
>
> ----------------------------------------------------------------
> Program received signal SIGSEGV, Segmentation fault.
> ggc_set_mark (p=0xd60) at ../SRC/gcc/ggc-page.c:748
My guess is that this is not a gc bug, but that a field of some tree
or rtx is corrupted. It would be interesting to know who the caller of
this function was, and at what point the value 0x60 was written into
that field.
Regards,
Martin
More information about the Gcc-bugs
mailing list