https://issues.dlang.org/show_bug.cgi?id=13674
Issue ID: 13674
Summary: Internal error: backend/el.c 2882
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
import core.simd;
void main()
{
short8 vec;
vec=vec*3;
}
Reported by Laeeth Isharc:
http://forum.dlang.org/thread/[email protected]
--
