Let's say I have an address labeled Alice, and I receive multiple coins to that address, all those coins have the same cluster (Alice).
Now if I send one coin to Bob the cluster of other coins is still Alice which is wrong, it should change to Bob, Alice.
Concept ACK, all address reuse coins should have the same label. However, they are already treated as being one coin the coin selection algorithm #2334 & #2338, thus if you would attempt to send one of the address reuse coins to Bob, then all of them would be consolidated in this tx, and the change has Alice, Bob.
So I think this is not an issue, because of the automatic consolidation.
Good catch! It seems the coins are not being spent together as they should. I tested it and i was able to reproduce it.
This is what happens:
Most helpful comment
This is what happens: