Re: [PATCH] FIx PR48508, alternate fix for PR48437

2011-12-15 Thread Richard Guenther
On Wed, 14 Dec 2011, Richard Guenther wrote: > > The following patch avoids streaming extern var and function decls > into the global decls and types section when streaming a tree > chain list (effectively only when processing BLOCK_VARS). This > avoids the last LTO debug-info ICE I know of (kno

[PATCH] FIx PR48508, alternate fix for PR48437

2011-12-14 Thread Richard Guenther
The following patch avoids streaming extern var and function decls into the global decls and types section when streaming a tree chain list (effectively only when processing BLOCK_VARS). This avoids the last LTO debug-info ICE I know of (knocks on wood) and provides a cleaner (well ...) fix for P