OSDN Git Service

PR debug/49382
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jun 2011 09:56:33 +0000 (09:56 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jun 2011 09:56:33 +0000 (09:56 +0000)
commitaaec0525605f59f6cafd5cc087716a1cb59ae863
tree8ef405eabe93d961cd8fbfbd078c16a00c8fe86b
parentf550c9b3f562ac78c95ef1c93da6e929a71e1b9b
PR debug/49382
* dwarf2out.c (dw_loc_list_node): Add force field.
(add_var_loc_to_decl): For PARM_DECL, attempt to keep
the incoming location in the list, even if it is modified
before first real insn.
(output_loc_list): Emit empty ranges with force flag set.
(dw_loc_list): If first range of a PARM_DECL is empty,
set force flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175076 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c