From c74fd9412bb61e3dc85f7a3befd142c4356f1f73 Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 16 Apr 2010 15:34:47 +0000 Subject: [PATCH] PR debug/43762 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree with want_address 2 and in case a single element list might be possible, call it again with want_address 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158430 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a51716bb026..b6d78083924 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,11 @@ -2010-04-12 Kaushik Phatak +2010-04-16 Jakub Jelinek + + PR debug/43762 + * dwarf2out.c (add_bound_info): Always call loc_list_from_tree + with want_address 2 and in case a single element list might be + possible, call it again with want_address 0. + +2010-04-12 Kaushik Phatak * config/h8300/predicate.md (bit_operand): Allow immediate values that satisfy 'U' constraint. -- 2.11.0