March 31, 2015 [Issue 14364] DMD should compile (correctly) SDC test0167.d | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 Ketmar Dark <ketmar@ketmar.no-ip.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|ketmar@ketmar.no-ip.org | -- |
April 06, 2015 [Issue 14364] DMD should compile (correctly) SDC test0167.d | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 --- Comment #9 from deadalnix <deadalnix@gmail.com> --- Update : It turns out DMD has the intended behavior. However, the spec need to be fixed. a += b do not decay as a = cast(typeof(a)) (a + b) but as : ((ref i, auto ref j) => i = cast(typeof(i)) (i + j))(a, b); -- |
April 06, 2015 [Issue 14364] DMD should compile (correctly) SDC test0167.d | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 deadalnix <deadalnix@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|DMD |websites -- |
April 06, 2015 [Issue 14364] Spec is incorrect for opAssign operators. | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 deadalnix <deadalnix@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DMD should compile |Spec is incorrect for |(correctly) SDC test0167.d |opAssign operators. -- |
April 11, 2015 [Issue 14364] Spec is incorrect for opAssign operators. | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yebblies@gmail.com Hardware|x86 |All Version|unspecified |D2 OS|Mac OS X |All -- |
December 17, 2022 [Issue 14364] Spec is incorrect for opAssign operators. | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 15 [Issue 14364] Spec is incorrect for opAssign operators. | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14364 --- Comment #10 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dlang.org/issues/4040 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation