[Issue 24071] When enum has typedef integer constants do not have types determined correctly

2023-09-12 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #4 from Dlang Bot --- dlang/dmd pull request #15602 "fix Issue 24071 - When enum has typedef integer constants do not have…" was merged into master: - 9e8feb39c2d3c83be76a45dc94d82194ec7bb941 by Walter Bright: fix Issue 24071 - When enum has typedef integer

[Issue 24071] When enum has typedef integer constants do not have types determined correctly

2023-09-12 Thread d-bugmail--- via Digitalmars-d-bugs
--- @WalterBright created dlang/dmd pull request #15602 "fix Issue 24071 - When enum has typedef integer constants do not have…" fixing this issue: - fix Issue 24071 - When enum has typedef integer constants do not have types determined correctly https://github.com/dlang/dmd/pull/15602 --

[Issue 24071] When enum has typedef integer constants do not have types determined correctly

2023-08-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24071 --- Comment #2 from Richard Cattermole --- Created attachment 1884 --> https://issues.dlang.org/attachment.cgi?id=1884=edit wingdi.h for 10.0.20348.0 It was enough to produce the error on my machine. Took me quite a while to minify it down to

[Issue 24071] When enum has typedef integer constants do not have types determined correctly

2023-08-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24071 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #1 from Dennis --- Is

[Issue 24071] When enum has typedef integer constants do not have types determined correctly

2023-08-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24071 Richard Cattermole changed: What|Removed |Added Keywords||ImportC --