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 9:43 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Fri, Feb 18, 2011 at 8:13 AM, Diego Novillo <dnovillo@google.com> wrote:
>> On Fri, Feb 18, 2011 at 11:03, Richard Guenther <rguenther@suse.de> wrote:
>>> On Fri, 18 Feb 2011, Diego Novillo wrote:
>>>> >
>>>> > ? ? ? ?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.
>>>
>>> Right. ?It's lto-tree.h, fixed patch below.
>>
>> Thanks.
>>
>>> 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-tree.h (lto_global_var_decls): Do not declare here.
>>> ? ? ? ?* lto-lang.c: Include lto-streamer.h.
>>> ? ? ? ?* Make-lang.in (lto-lang.o): Adjust dependencies.
>>
>> OK.
>>
>
> I think this caused:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47807
>

This also caused:

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


-- 
H.J.


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