https://issues.dlang.org/show_bug.cgi?id=20318
Issue ID: 20318
Summary: Illegal instruction (core dumped)
Product: D
Version: D2
Hardware: x86
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
test from: https://run.dlang.io
build with: -dip1008 -profile=gc
import std.stdio;
void main()
{
write(ubyte.max);
}
output: Illegal instruction (core dumped)
--
