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

Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

--- Comment #1 from Iain Buclaw <[email protected]> ---
TypeVector::dotExp is the culprit, the front-end is type punning a VectorExp as
a normal array.

Correct codegen would just make a copy of the underlying array literal.

--

Reply via email to