aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2006-06-13 08:55:40 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-06-13 08:55:40 +0000
commit5123ad0975a0a439b6c97670beb1125a7f929d8f (patch)
tree05d681245e58a72d16cb2087bd700186752c60c2 /gcc/ChangeLog
parent6f2ba390aeb310887314db61d9c4876ac7801474 (diff)
downloadgcc-5123ad0975a0a439b6c97670beb1125a7f929d8f.zip
gcc-5123ad0975a0a439b6c97670beb1125a7f929d8f.tar.gz
gcc-5123ad0975a0a439b6c97670beb1125a7f929d8f.tar.bz2
re PR debug/26754 (Wrong debug info for variable accessed non-locally)
PR debug/26754 * gimplify.c (declare_tmp_vars): Rename into declare_vars. Add debug_info parameter. Chain the vars to the BLOCK instead of the BIND_EXPR if debug info are requested for them. (pop_gimplify_context): Adjust for above change. (gimple_add_tmp_var): Likewise. * tree-gimple.h (declare_tmp_vars): Rename into declare_vars. Add bool parameter. * tree-nested.c (convert_nonlocal_reference): Adjust for above change. (convert_local_reference): Likewise. (get_local_debug_decl): Set DECL_IGNORED_P on the original variable. (finalize_nesting_tree_1): Request that debug info be emitted for debug_var_chain. From-SVN: r114605
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c5f37aa..ef35c99 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,19 @@
+2006-06-13 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR debug/26754
+ * gimplify.c (declare_tmp_vars): Rename into declare_vars.
+ Add debug_info parameter. Chain the vars to the BLOCK instead
+ of the BIND_EXPR if debug info are requested for them.
+ (pop_gimplify_context): Adjust for above change.
+ (gimple_add_tmp_var): Likewise.
+ * tree-gimple.h (declare_tmp_vars): Rename into declare_vars.
+ Add bool parameter.
+ * tree-nested.c (convert_nonlocal_reference): Adjust for above change.
+ (convert_local_reference): Likewise.
+ (get_local_debug_decl): Set DECL_IGNORED_P on the original variable.
+ (finalize_nesting_tree_1): Request that debug info be emitted
+ for debug_var_chain.
+
2006-06-13 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
* haifa-sched.c (unlink_other_notes, unlink_line_notes): Fix the patch