Thread overview
[Issue 17111] DMD accepts switch statement with non-const case variables
January 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17111

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #1 from bitter.taste@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6477

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

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

https://github.com/dlang/dmd/commit/84fcc60ae769015e5a2acfbc73881e7808799e48 Fix issue 17111 - More robust detection of variables used as case exp.

https://github.com/dlang/dmd/commit/e15fb01c75e09934c4a89098062df605d9e5427f Merge pull request #6477 from LemonBoy/b17111

Fix issue 17111 - More robust detection of variables used as case exp.

--
February 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17111

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

https://github.com/dlang/dmd/commit/84fcc60ae769015e5a2acfbc73881e7808799e48 Fix issue 17111 - More robust detection of variables used as case exp.

https://github.com/dlang/dmd/commit/e15fb01c75e09934c4a89098062df605d9e5427f Merge pull request #6477 from LemonBoy/b17111

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17111

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

https://github.com/dlang/dmd/commit/84fcc60ae769015e5a2acfbc73881e7808799e48 Fix issue 17111 - More robust detection of variables used as case exp.

https://github.com/dlang/dmd/commit/e15fb01c75e09934c4a89098062df605d9e5427f Merge pull request #6477 from LemonBoy/b17111

--