OSDN Git Service

PR debug/41371
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 16:27:03 +0000 (16:27 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 16:27:03 +0000 (16:27 +0000)
commita8c5787315d0d63a3968015beebc25e5117f2a9c
tree613332034c8bc4624b1d2ad80329e1ca9bea1be0
parent8faccfb9f69195ab30cced8423b3047677f92e10
PR debug/41371
* var-tracking.c (find_loc_in_1pdv): Guard asserts with
ENABLE_CHECKING.
(intersect_loc_chains): Walk the s2var's loc_chain together
with s1node chain as long as the locations are equal, don't
call find_loc_in_1pdv in that case.

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