Changes between Version 2 and Version 3 of Ticket #11280, comment 20
- Timestamp:
- Apr 8, 2015, 5:28:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11280, comment 20
v2 v3 10 10 Plausible? 11 11 12 EDIT: the registers for the argument to node_ref::eq() have always the same value, so if I read the registers right, it seems the line 13 14 {{{ 15 slot = _Link(slot); 16 }}} 17 18 does not change the value of `slot`, i.e. slot is linked to itself, so we never reach a slot that would make us `break`.