]> gcc.gnu.org Git - gcc.git/commit
re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)
authorJakub Jelinek <jakub@redhat.com>
Sat, 3 Dec 2011 16:39:56 +0000 (17:39 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 3 Dec 2011 16:39:56 +0000 (17:39 +0100)
commitf8cca67b9c954eca6540832ad88c6ddeb30cbaeb
tree1c54a346df5ae59f2f23d251a7bb9830f3367d17
parenta8028a3ee823ad31d8aecfa610c99af3da92c4ea
re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)

PR debug/50317
* tree-ssa.c (target_for_debug_bind): Also allow is_gimple_reg_type
vars that aren't referenced.
(tree-ssa-live.c (remove_unused_locals): Don't clear TREE_ADDRESSABLE
of unreferenced local vars.
* cfgexpand.c (expand_debug_expr): For DEBUG_IMPLICIT_PTR allow also
TREE_ADDRESSABLE vars that satisfy target_for_debug_bind.

From-SVN: r181971
gcc/ChangeLog
gcc/cfgexpand.c
gcc/tree-ssa-live.c
gcc/tree-ssa.c
This page took 0.060225 seconds and 5 git commands to generate.