mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 23:31:05 +08:00
(bitmap_operation): Reset CURRENT on deferred deletion.
From-SVN: r14525
This commit is contained in:
parent
42976354a6
commit
06f0e8f37c
@ -384,7 +384,7 @@ bitmap_operation (to, from1, from2, operation)
|
||||
if (to == from1 || to == from2)
|
||||
{
|
||||
delete_list = to->first;
|
||||
to->first = 0;
|
||||
to->first = to->current = 0;
|
||||
}
|
||||
else
|
||||
bitmap_clear (to);
|
||||
|
Loading…
x
Reference in New Issue
Block a user