import core.simd; void main() { short8 vec; vec=vec*3; } Reported by Laeeth Isharc: http://forum.dlang.org/thread/wfvykptxzjylsthstupk@forum.dlang.org
https://github.com/dlang/dmd/pull/5687
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
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