[Issue 21675] Unsafe aggregate field initializer causes undefined behavior in @safe code

2024-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21675 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #3 from Nick Tre

[Issue 21675] Unsafe aggregate field initializer causes undefined behavior in @safe code

2024-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21675 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @ntrel c

[Issue 21675] Unsafe aggregate field initializer causes undefined behavior in @safe code

2023-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21675 --- Comment #1 from Paul Backus --- This would also be fixed by having the compiler infer S.p as a @system variable based on its initializer. --

[Issue 21675] Unsafe aggregate field initializer causes undefined behavior in @safe code

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21675 Iain Buclaw changed: What|Removed |Added Priority|P1 |P2 --

[Issue 21675] Unsafe aggregate field initializer causes undefined behavior in @safe code

2021-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21675 anonymous4 changed: What|Removed |Added Keywords||accepts-invalid, safe Severity|normal