Thread overview
[Issue 7436] ICE(cg87.c) ubyte = ubyte op= float
Feb 16, 2015
Kenji Hara
Jun 25, 2017
Vladimir Panteleev
February 16, 2015
https://issues.dlang.org/show_bug.cgi?id=7436

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
Not all cases are fixed. See the disabled test cases in test/compilable/testexpression.d.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=7436

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
June 25, 2017
https://issues.dlang.org/show_bug.cgi?id=7436

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net
         Resolution|---                         |WORKSFORME

--- Comment #5 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
(In reply to Kenji Hara from comment #4)
> Not all cases are fixed. See the disabled test cases in test/compilable/testexpression.d.

Bisection shows that the remaining cases were fixed (by you) in https://github.com/dlang/dmd/pull/4415.

--