]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR debug/51570 (FAIL: gcc.dg/guality/pr45003-[23].c)
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 13 Apr 2012 15:55:52 +0000 (15:55 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 13 Apr 2012 15:55:52 +0000 (15:55 +0000)
commit6a184afa5830e6caccbcc3ef9e4f39d52a095901
treeeb26e7096120704d9b8b7d8c18d412e029db4cf9
parentf164e49a3fff54c54055b3be88db64f2ee411a26
re PR debug/51570 (FAIL: gcc.dg/guality/pr45003-[23].c)

PR debug/51570
* var-tracking.c (expand_depth): New type.
(onepart_aux, expand_loc_callback_data): Change depth type to it.
(loc_exp_dep_alloc): Adjust initializer.
(update_depth): Use new type.  Add entryvals.
(vt_expand_var_loc_chain): Take note of expansions with
ENTRY_VALUEs, but don't accept them right away.  Run an optional
second pass accepting the minimum ENTRY_VALUE count found in the
first pass.
(vt_expand_loc_callback, INIT_ELCD): Adjust.

From-SVN: r186420
gcc/ChangeLog
gcc/var-tracking.c