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][LTO] Fix PR47798, debug info for globals


On Fri, Feb 18, 2011 at 09:15, Richard Guenther <rguenther@suse.de> wrote:
>
> We fail to emit debug information for privatized variables which causes
> several guality fails. ÂThe following patch fixes that.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu.
>
> Ok?
>
> Thanks,
> Richard.
>
> 2011-02-18 ÂRichard Guenther Â<rguenther@suse.de>
>
> Â Â Â ÂPR lto/47798
> Â Â Â Â* lto-streamer.h (lto_global_var_decls): Declare.
> Â Â Â Â* lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
> Â Â Â Âstatics for global var processing.
>
> Â Â Â Âlto/
> Â Â Â Â* lto-lang.h (lto_global_var_decls): Do not declare here.

The patch seems to be missing this hunk.


Diego.


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