[Issue 5705] Swapping identical tuple causes overlapping array copy exception.

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5705 kenn...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 5705] Swapping identical tuple causes overlapping array copy exception.

2011-03-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5705 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5705] Swapping identical tuple causes overlapping array copy exception.

2011-03-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5705 --- Comment #1 from kenn...@gmail.com 2011-03-05 10:15:59 PST --- This could probably be fixed/worked-around in druntime. diff --git a/src/rt/arraycat.d b/src/rt/arraycat.d index c0aaa4d..e9c2c85 100644 --- a/src/rt/arraycat.d +++