Hi,
On Fri, 11 Mar 2011, Richard Guenther wrote:
> This fixes PR48073 - we are not interested in types on IDENTIFIER_NODEs
> for LTO and thus we don't need to walk types or decls that hang off such
> types.
free_lang_data should probably clear TREE_TYPE for IDENTIFIER_NODEs then.
Ciao,
Micha
This fixes PR48073 - we are not interested in types on IDENTIFIER_NODEs
for LTO and thus we don't need to walk types or decls that hang off
such types.
Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk.
Richard.
2011-03-11 Richard Guenther
PR lto/48073
*