[Issue 13260] [D1] ICE accessing non-existent aggregate member
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Aug 6 02:08:02 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13260
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/f50c0e8d8698ded6b3cf2ecc1fc683bc868adbe6
Issue 13260 : ICE accessing non-existent member
Replaces assertion with an error. Does not change language
semantics but makes possible to check for presence of such
members in `is` expression.
https://github.com/D-Programming-Language/dmd/commit/91429dcd6f0dff1ee2da36cfad9163aa12624d6b
Merge pull request #3845 from mihails-strasuns-sociomantic/fix13260-ice
[D1] Issue 13260 : ICE accessing non-existent member
--
More information about the Digitalmars-d-bugs
mailing list