[Bug bootstrap/44509] [4.6 Regression] Revision 160626 breaks bootstrap on *-apple-darwin*

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jun 12 19:41:00 GMT 2010



------- Comment #13 from jakub at gcc dot gnu dot org  2010-06-12 19:41 -------
Argh, I thought macro is allocated using _cpp_aligned_alloc, but apparently it
is allocated using GC:
  if (pfile->hash_table->alloc_subobject)
    macro = (cpp_macro *) pfile->hash_table->alloc_subobject
      (sizeof (cpp_macro));
  else
    macro = (cpp_macro *) _cpp_aligned_alloc (pfile, sizeof (cpp_macro));
So lazy_hex_fp_values will need to be GTY marked.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44509



More information about the Gcc-bugs mailing list