Thread overview
[Issue 17677] [REG 2.073.0] ICE when adding ulong to cfloat
Jul 26, 2017
Vladimir Panteleev
Aug 07, 2017
Walter Bright
July 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17677

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
            Summary|[Reg 2.073] ICE when adding |[REG 2.073.0] ICE when
                   |ulong to cfloat             |adding ulong to cfloat
                 OS|Windows                     |All

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Introduced in https://github.com/dlang/dmd/pull/6238

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17677

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/7068

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17677

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/3beb40529419c03b6343aa985119eb7546a7aef8 fix Issue 17677 - [REG 2.073.0] ICE when adding ulong to cfloat

https://github.com/dlang/dmd/commit/ced8dd5753c1d431506192117e4b6ebf75e19d58 Merge pull request #7068 from WalterBright/fix17677

fix Issue 17677 - [REG 2.073.0] ICE when adding ulong to cfloat

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17677

github-bugzilla@puremagic.com changed:

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

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17677

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/3beb40529419c03b6343aa985119eb7546a7aef8 fix Issue 17677 - [REG 2.073.0] ICE when adding ulong to cfloat

https://github.com/dlang/dmd/commit/ced8dd5753c1d431506192117e4b6ebf75e19d58 Merge pull request #7068 from WalterBright/fix17677

--