[Issue 20130] ICE when casting from string to other array type due to __ArrayCast not being written

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 19 08:18:01 UTC 2019


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
With a debug build of the compiler, this yields:

core.exception.AssertError at dmd/e2ir.d(4308): This case should have been
rewritten to `__ArrayCast` in the semantic phase

Which shows once again the release build of dmd should NOT have asserts turned
off.

--


More information about the Digitalmars-d-bugs mailing list