This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR51564


On Thu, Dec 15, 2011 at 4:42 AM, Richard Guenther <rguenther@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]