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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |8.0
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Fixed by:
...
commit 51f01fc387a2fb580108ccb27f945ee4bd1cfd34 (refs/bisect/bad)
Author: Richard Biener <rguent...@suse.de>
Date:   Tue May 16 11:00:59 2017 +0000

    dwarf2out.c (loc_list_from_tree_1): Do not create DW_OP_GNU_variable_value
    for DECL_IGNORED_P decls.

    2017-05-16  Richard Biener  <rguent...@suse.de>

            * dwarf2out.c (loc_list_from_tree_1): Do not create
            DW_OP_GNU_variable_value for DECL_IGNORED_P decls.

    From-SVN: r248094

...
which was submitted here (
https://gcc.gnu.org/pipermail/gcc-patches/2017-May/474571.html ).

Fixed since release 8.1.0.

Reply via email to