[Issue 23052] importC: assigning array compound-literal to pointer allocates using GC

2023-04-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23052 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23040] importC: optimizer rejects null dereference of volatile pointer

2023-04-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23040 --- Comment #2 from Walter Bright --- You can work around it with something like: static void* p; *(unsigned int*)p = (unsigned int) 0xdeadbeefUL; --

[Issue 21938] importC: Support __attribute__ specifiers that could be mapped to D attributes

2023-04-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21938 --- Comment #3 from Walter Bright --- Some of them: https://github.com/dlang/dmd/pull/15048 https://github.com/dlang/dmd/pull/15047 --

[Issue 23832] dmd regression 2.103.0 silent error cannot call decode at runtime

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

[Issue 18493] [betterC] Can't use aggregated type with postblit

2023-04-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18493 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---