[Issue 14783] Overlapping Arrays with Binary Operations on Itself

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 31 05:16:31 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14783

Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |verylonglogin.reg at gmail.com

--- Comment #2 from Denis Shelomovskij <verylonglogin.reg at gmail.com> ---
(In reply to Vladimir Panteleev from comment #1)
> I'm not sure if this is a regression or not, but the test case runs fine
> before this PR:
> 
> https://github.com/D-Programming-Language/druntime/pull/661
> 
> > The code below will not compile 
> Will not run

"runs fine"? No, it didn't. It produced an undefined result as there was no
support for such case, just lack of a check.

--


More information about the Digitalmars-d-bugs mailing list