This is the mail archive of the gcc-bugs@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]

[Bug debug/82011] [8 regression] early lto debug causes dsymutil warning on Darwin


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82011

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed with

2017-08-29  Richard Biener  <rguenther@suse.de>

        * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
        we do not add a DW_AT_inline attribute twice.
        (gen_subprogram_die): Remove code setting DW_AT_inline on
        DECL_ABSTRACT_P nodes.

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