[Issue 20264] ICE on illegal cast to vector.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 3 15:31:16 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20264
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@clYd3r created dlang/dmd pull request #10532 "fix issue 20264 - ICE on illegal
cast to vector." fixing this issue:
- fix issue 20264 - ICE on illegal cast to vector.
An assert failed in AssignExpr sema because the VectorExp created for a
particular case of cast was not analysed and hence had not type.
With the fix, and since the cast was illegal, a valid TypeError is now
present.
https://github.com/dlang/dmd/pull/10532
--
More information about the Digitalmars-d-bugs
mailing list