[Issue 23430] ImportC include <> didn't work but quotes does

2023-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23430 --- Comment #2 from Walter Bright --- #include statements are handled by the preprocessor invoked by dmd, not dmd. --

[Issue 22483] DMD generates invalid string sections that work by coincidence

2023-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22483 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @ssvb

[Issue 23629] importC: Need to support code coverage analysis

2023-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23629 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

[Issue 24282] Error in the code is not detected by the compiler and only fails at the linking stage

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

[Issue 24278] std.math.abs promotes unsigned argument to 32 bits

2023-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24278 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---