------- Comment #2 from ghazi at gcc dot gnu dot org 2005-12-27 15:37 ------- The particular checking type exposing the failure is "gc" checking. That forces the garbage collection parameters to be: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Using those parameters to compile the testcase in a totally non-checking bootstrap is enough to trigger the failure. FYI, the default GC parameters on my box without checking are: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 I'm guessing that the lower parameters cause us to run a collection which stomping on something used here. -- ghazi at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |GC http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25576