PR debug/47624
commitdf22685470325849fc5e200d94463e060f3df6f4
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2012 21:43:19 +0000 (13 21:43 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2012 21:43:19 +0000 (13 21:43 +0000)
treea5eb2f0c811e8ed1770d3e4ad0ab4986ea26026b
parent187795b84f0f3a63811cfe7a739172f53e854976
PR debug/47624
* var-tracking.c (loc_exp_dep_pool): New.
(vt_emit_notes): Create and release the pool.
(compute_bb_dataflow): Use value-based locations in MO_VAL_SET.
(emit_notes_in_bb): Likewise.
(loc_exp_dep_insert): Deal with NOT_ONEPART vars.
(notify_dependents_of_changed_value): Likewise.
(notify_dependents_of_resolved_value): Check that NOT_ONEPART
variables don't have a VAR_LOC_DEP_LST.
(emit_note_insn_var_location): Expand NOT_ONEPART locs that are
VALUEs or MEMs of VALUEs.

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