Commit graph

2 commits

Author SHA1 Message Date
Martin
d53ffb6ebb Adapt lit-tests to new Win32 D mangling 2017-10-07 14:06:17 +02:00
David Nadlinger
c26bfcbdaa toconstelem: Implement array literal VectorExps
Previously, we would always try to splat the given expression across the
whole vector. This hasn't been noticed earlier as DMD mostly generates
ArrayInitializers when initializing vectors to array literals (but
notably not when explicitly assigning VectorType.init).

GitHub: Fixes #2101.
2017-05-09 23:13:07 +01:00