[Bug lto/42401] wrong-code with -flto
matz at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Dec 19 02:33:00 GMT 2009
------- Comment #6 from matz at gcc dot gnu dot org 2009-12-19 02:33 -------
Ah, because the references to trees are not handled via the write_cache
hashtable, but via the per-kind stream (in output_block.decl_state), which
is not realloced on create_output_block, but only on
lto_push/pop_out_decl_state. Unintuitive :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42401
More information about the Gcc-bugs
mailing list