Thread overview
[Issue 16284] [REG2.067] CTFE internal error: bad compare
Jul 05, 2017
Vladimir Panteleev
Nov 11, 2017
Mike
Dec 13, 2018
Walter Bright
Dec 14, 2018
Walter Bright
July 05, 2017
https://issues.dlang.org/show_bug.cgi?id=16284

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

--
November 11, 2017
https://issues.dlang.org/show_bug.cgi?id=16284

Mike <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #2 from Mike <slavo5150@yahoo.com> ---
Potential Fix: https://github.com/dlang/dmd/pull/7302

--
December 13, 2018
https://issues.dlang.org/show_bug.cgi?id=16284

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
This is still active:

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

--
December 14, 2018
https://issues.dlang.org/show_bug.cgi?id=16284

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---
(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

--
December 14, 2018
https://issues.dlang.org/show_bug.cgi?id=16284

--- Comment #5 from github-bugzilla@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

--
December 14, 2018
https://issues.dlang.org/show_bug.cgi?id=16284

github-bugzilla@puremagic.com changed:

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

--