summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-16 11:00:59 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-16 11:00:59 +0000
commite292cf39128672c900ddbc55cfc8c6d7c204ac5a (patch)
tree83ab9864820319174d5162fb8bd498c0bf3a9691 /gcc/dwarf2out.c
parent50d8e7023072a9b2aa9ef5e57a05fce895f58fc4 (diff)
downloadgcc-e292cf39128672c900ddbc55cfc8c6d7c204ac5a.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248094 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 87530eec714..5ff45eb4efd 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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