On Thu, Dec 15, 2011 at 4:42 AM, Richard Guenther <rguent...@suse.de> wrote:
>
> This fixes PR51564 - we were streaming the TREE_ASM_WRITTEN flag
> for TYPE_DECLs as-is, confusing the ltrans stage dwarf2out.c which
> then only partly emit debug information, eventually ICEing
> at dwarf2out.c:19288.
>
> The following patch does the same as we do for TYPE_Ps, stream
> that flag as false.  It also adjusts the documentation in tree.h
> to mention the flag is used on TYPE_DECLs as well.  I took the
> liberty to remove bogus flag references that refer to pre-tuples
> times.
>
> LTO bootstrapped and tested on x86_64-unknown-linux-gnu, a SPEC
> 2k6 build with -flto -g is still running.
>
> Committed to trunk.
>

This caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51572


-- 
H.J.

Reply via email to