https://issues.dlang.org/show_bug.cgi?id=18034
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ba478b04139b8d4f7a42a35279f8089615156099 Fix issue 18034 - Bad codegen for OPvecfill Do not replace vector values if that implies a change of Ety, doing so may end up initializing the vector with the wrong content. https://github.com/dlang/dmd/commit/2493fb8bbea05d31a1fdae2a02d8eeae3ad0ff46 Merge pull request #7994 from LemonBoy/b18034 Fix issue 18034 - Bad codegen for OPvecfill merged-on-behalf-of: Mike Franklin <[email protected]> --
