[Issue 16284] [REG2.067] CTFE internal error: bad compare

2018-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16284

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

https://github.com/dlang/dmd/commit/d476b023a46b62c727ee701cf9efa518d8e29361
fix Issue 16284 - [REG2.067] CTFE internal error: bad compare

https://github.com/dlang/dmd/commit/717bfd9dfacfa298ccbddbacfd35fd2920189eb7
Merge pull request #9077 from WalterBright/fix16284

fix Issue 16284 - [REG2.067] CTFE internal error: bad compare

--


[Issue 16284] [REG2.067] CTFE internal error: bad compare

2018-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16284

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16284] [REG2.067] CTFE internal error: bad compare

2018-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16284

--- Comment #4 from Walter Bright  ---
(In reply to Mike Franklin from comment #2)
> Potential Fix: https://github.com/dlang/dmd/pull/7302

Rebooted as https://github.com/dlang/dmd/pull/9077

--


[Issue 16284] [REG2.067] CTFE internal error: bad compare

2018-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16284

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #3 from Walter Bright  ---
This is still active:

test.d(13): Error: CTFE internal error: bad compare of void and void

--


[Issue 16284] [REG2.067] CTFE internal error: bad compare

2017-11-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16284

Mike  changed:

   What|Removed |Added

 CC||slavo5...@yahoo.com

--- Comment #2 from Mike  ---
Potential Fix: https://github.com/dlang/dmd/pull/7302

--


[Issue 16284] [REG2.067] CTFE internal error: bad compare

2017-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16284

--- Comment #1 from Vladimir Panteleev  ---
Introduced in https://github.com/dlang/dmd/pull/4227.

--