aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2013-03-05 23:08:45 +0000
committerCary Coutant <ccoutant@google.com>2013-03-05 23:08:45 +0000
commit635ff05d3211a810af00af71ef75be208680ffc8 (patch)
tree8a7109615a69fbf494b1ea3ea0bc4eaca344f1b5 /gcc/dwarf2out.c
parent6c37aebd9ab46df4ef2d6891c51fef59a52e8e9c (diff)
gcc/
PR debug/55364 * dwarf2out.c (resolve_addr): Don't call remove_loc_list_addr_table_entries a second time for the same expression. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@196480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 4e75407fedf..d7faaac9f85 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -22691,8 +22691,6 @@ resolve_addr (dw_die_ref die)
else
{
loc->replaced = 1;
- if (dwarf_split_debug_info)
- remove_loc_list_addr_table_entries (loc->expr);
loc->dw_loc_next = *start;
}
}