diff options
author | ccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-05 23:08:45 +0000 |
---|---|---|
committer | ccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-05 23:08:45 +0000 |
commit | 24a5ae156dc8525df490edcdcfc0b242622912b4 (patch) | |
tree | 8a7109615a69fbf494b1ea3ea0bc4eaca344f1b5 /gcc/dwarf2out.c | |
parent | 848d0536b5856b092b54f1f20034c4d075ccbf89 (diff) | |
download | gcc-24a5ae156dc8525df490edcdcfc0b242622912b4.tar.gz |
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196480 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
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; } } |