[Issue 24271] dmd exits with -4 on dub release (not sure what causes error, but have minimal repro code)

2023-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24271 --- Comment #3 from anonymous4 --- That's just assert(0); --

[Issue 24273] Circular reference error flagged in valid code

2023-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24273 --- Comment #2 from anonymous4 --- The problem usually happens as: alias int XVar; struct Mst { XVar XVar; } As you can see there's an ambiguity who is who. Usually it's possible to disambiguate with FQN: struct Mst { .XVar XVar; } Stack

[Issue 24275] pragma(mangle, ...) can hijack safe functions, bypassing @safe checks

2023-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24275 timon.g...@gmx.ch changed: What|Removed |Added Severity|enhancement |normal --

[Issue 24275] New: pragma(mangle, ...) can hijack safe functions, bypassing @safe checks

2023-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24275 Issue ID: 24275 Summary: pragma(mangle, ...) can hijack safe functions, bypassing @safe checks Product: D Version: D2 Hardware: x86_64 OS: Linux Statu

[Issue 24264] ImportC: inliner trips on _Bool return

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

[Issue 24274] New: [REG master] ImportC: unrecognized C initializer with array in struct

2023-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24274 Issue ID: 24274 Summary: [REG master] ImportC: unrecognized C initializer with array in struct Product: D Version: D2 Hardware: All OS: All Status: NE

[Issue 24264] ImportC: inliner trips on _Bool return

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