Re: [PATCH] Fix PR51572

2012-05-24 Thread H.J. Lu
On Mon, Dec 19, 2011 at 3:50 AM, Richard Guenther wrote: > > This fixes another case of PR51572 - we need to properly stream > TYPE_DECLs in TYPE_FIELDS. > > LTO Boostrap and regtest running on x86_64-unknown-linux-gnu, > SPEC 2k6 build scheduled. > > Richard. > > 2011-12-19  Richard Guenther   >

[PATCH] Fix PR51572

2011-12-19 Thread Richard Guenther
This fixes another case of PR51572 - we need to properly stream TYPE_DECLs in TYPE_FIELDS. LTO Boostrap and regtest running on x86_64-unknown-linux-gnu, SPEC 2k6 build scheduled. Richard. 2011-12-19 Richard Guenther PR lto/51572 * tree.c (free_lang_data_in_type): Do not unli

[PATCH] Fix PR51572

2011-12-16 Thread Richard Guenther
This fixes PR51572 - as with LTO we do not call debug_hooks->type_decl for each global TYPE_DECL we run into the issue that if those are emitted lazily they always end up in the limbo DIE list but are later not allowed there (we ICE processing the limbo list). The fix is to not put those on the l