D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 13674 - ICE(el.c) with simd multiplication of short8
Summary: ICE(el.c) with simd multiplication of short8
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86_64 All
: P1 critical
Assignee: No Owner
URL:
Keywords: ice, SIMD
Depends on:
Blocks:
 
Reported: 2014-11-03 21:23 UTC by Marc Schütz
Modified: 2016-10-01 11:46 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Marc Schütz 2014-11-03 21:23:31 UTC
import core.simd;

void main()
{
        short8 vec;
        vec=vec*3;
}

Reported by Laeeth Isharc:
http://forum.dlang.org/thread/wfvykptxzjylsthstupk@forum.dlang.org
Comment 1 Walter Bright 2016-04-20 08:59:30 UTC
https://github.com/dlang/dmd/pull/5687
Comment 2 github-bugzilla 2016-04-20 11:52:57 UTC
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/89b765778fa46c1cd7eeb5173dbb6f9a5518176d
fix Issue 13674 - ICE(el.c) with simd multiplication of short8

https://github.com/dlang/dmd/commit/24b214bdbe54fe478b66b2a1d9d67d0584ac1331
Merge pull request #5687 from WalterBright/fix13674

fix Issue 13674 - ICE(el.c) with simd multiplication of short8
Comment 3 github-bugzilla 2016-10-01 11:46:12 UTC
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/89b765778fa46c1cd7eeb5173dbb6f9a5518176d
fix Issue 13674 - ICE(el.c) with simd multiplication of short8

https://github.com/dlang/dmd/commit/24b214bdbe54fe478b66b2a1d9d67d0584ac1331
Merge pull request #5687 from WalterBright/fix13674