projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4297635
)
(bitmap_operation): Reset CURRENT on deferred deletion.
author
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 25 Jul 1997 01:49:10 +0000
(21:49 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 25 Jul 1997 01:49:10 +0000
(21:49 -0400)
From-SVN: r14525
gcc/bitmap.c
patch
|
blob
|
history
diff --git
a/gcc/bitmap.c
b/gcc/bitmap.c
index 70845c06d1031e34f3cf93623e8cee6018ea844f..0dec06ae82a1fa17aa004bfe26439f46d7b5d894 100644
(file)
--- a/
gcc/bitmap.c
+++ b/
gcc/bitmap.c
@@
-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);