Thread overview
[Issue 19817] Incorrect common type for const enum and mutable enum when sized
Apr 24, 2019
Hiroki Noda
Dec 17, 2022
Iain Buclaw
April 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19817

Hiroki Noda <kubo39@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubo39@gmail.com

--- Comment #1 from Hiroki Noda <kubo39@gmail.com> ---
In E2 case, typeof(1 ? a : b) is converted to typeof(1 ? cast(int)a :
cast(int)b).

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19817

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
December 13
https://issues.dlang.org/show_bug.cgi?id=19817

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19558

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--