D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20318 - Illegal instruction (core dumped)
Summary: Illegal instruction (core dumped)
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 All
: P1 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2019-10-25 02:06 UTC by apham
Modified: 2019-12-29 05:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description apham 2019-10-25 02:06:17 UTC
test from: https://run.dlang.io
build with: -dip1008 -profile=gc

import std.stdio;

void main()
{
    write(ubyte.max);
}


output: Illegal instruction (core dumped)
Comment 1 Dlang Bot 2019-10-30 11:00:15 UTC
@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
Comment 2 Dlang Bot 2019-10-31 14:21:19 UTC
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
Comment 3 Dlang Bot 2019-11-01 23:05:38 UTC
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