dwarf2out.c (loc_list_from_tree_1): Do not create DW_OP_GNU_variable_value for DECL_I...
authorRichard Biener <rguenther@suse.de>
Tue, 16 May 2017 11:00:59 +0000 (11:00 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 16 May 2017 11:00:59 +0000 (11:00 +0000)
2017-05-16  Richard Biener  <rguenther@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

gcc/ChangeLog
gcc/dwarf2out.c

index a974a8d..7063760 100644 (file)
@@ -1,5 +1,10 @@
 2017-05-16  Richard Biener  <rguenther@suse.de>
 
+       * 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  <rguenther@suse.de>
+
        * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
        just generated.
        (note_variable_value_in_expr): If we resolved the decl ref
index 87530ee..5ff45eb 100644 (file)
@@ -17373,6 +17373,7 @@ loc_list_from_tree_1 (tree loc, int want_address,
                && early_dwarf
                && current_function_decl
                && want_address != 1
+               && ! DECL_IGNORED_P (loc)
                && (INTEGRAL_TYPE_P (TREE_TYPE (loc))
                    || POINTER_TYPE_P (TREE_TYPE (loc)))
                && DECL_CONTEXT (loc) == current_function_decl