Re: [PATCH] Fix PR48073

2011-03-11 Thread Michael Matz
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

[PATCH] Fix PR48073

2011-03-11 Thread Richard Guenther
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 *