[Issue 20952] Can't represent subnormal numbers

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20952 mhh changed: What|Removed |Added CC||maxha...@gmail.com --- Comment #2 from mhh --- Use a

[Issue 23293] ImportC: Bit fields layout doesn't match C

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23293 kinke changed: What|Removed |Added Keywords||ImportC --

[Issue 23293] New: ImportC: Bit fields layout doesn't match C

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23293 Issue ID: 23293 Summary: ImportC: Bit fields layout doesn't match C Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: normal Priori

[Issue 23226] druntime does not compile with -preview=nosharedaccess

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23226 --- Comment #2 from Dlang Bot --- dlang/dmd pull request #14362 "Issue 23226 - allow access to non-shared `this`" was merged into master: - 1c643bef3cbe1a1c8956058057a176deadc45fd8 by Dennis Korpel: Issue 23226 - allow access to non-shared `this`

[Issue 19812] nested class reference causes dangling reference to out-of-scope struct

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #6 from Dlang Bot --- @WalterB

[Issue 19812] nested class reference causes dangling reference to out-of-scope struct

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 Walter Bright changed: What|Removed |Added Summary|Lambda over struct member |nested class reference |ca

[Issue 23259] Visibility violation with variadic templates

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23259 LucienPe changed: What|Removed |Added Severity|regression |normal --

[Issue 19812] Lambda over struct member causes dangling reference to out-of-scope struct

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 --- Comment #5 from Walter Bright --- The fix appears to be in the `return` inference for auto functions. It should look for returning an instance of a nested class. --

[Issue 19812] Lambda over struct member causes dangling reference to out-of-scope struct

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #4 from