test from: https://run.dlang.io build with: -dip1008 -profile=gc import std.stdio; void main() { write(ubyte.max); } output: Illegal instruction (core dumped)
@RazvanN7 created dlang/dmd pull request #10517 "Fix Issue 20318 - Illegal instruction (core dumped)" fixing this issue: - Fix Issue 20318 - Illegal instruction (core dumped) https://github.com/dlang/dmd/pull/10517
dlang/dmd pull request #10517 "Fix Issue 20318 - Illegal instruction (core dumped)" was merged into master: - 90e68dceb6771614b47d463104f4bd2fc8ec9eed by RazvanN7: Fix Issue 20318 - Illegal instruction (core dumped) https://github.com/dlang/dmd/pull/10517
dlang/dmd pull request #10528 "Add hasCopyConstructor and hasPostblit traits" was merged into master: - ebf62d058e76e75bd526e3ab98cd9bde08b34f32 by RazvanN7: Fix Issue 20318 - Illegal instruction (core dumped) https://github.com/dlang/dmd/pull/10528