https://issues.dlang.org/show_bug.cgi?id=16116

--- Comment #1 from Walter Bright <bugzi...@digitalmars.com> ---
Simpler test case:

  void foo() {
    __vector(short[8]) v;
    int i;
    v = v * i;
  }

--

Reply via email to