March 31, 2015
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
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
https://issues.dlang.org/show_bug.cgi?id=14364

deadalnix <deadalnix@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |websites

--
April 06, 2015
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
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
https://issues.dlang.org/show_bug.cgi?id=14364

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
1 2
Next ›   Last »