[Issue 19942] [ICE] Segmentation fault in resolvePropertiesX at dmd/expressionsem.d:1112
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 15 15:19:08 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19942
steven kladitis <steven_kladitis at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |steven_kladitis at yahoo.com
--- Comment #4 from steven kladitis <steven_kladitis at yahoo.com> ---
I see this in the latest pull for code.
if (s->mod != NULL)
I believe it should be
if (s->mod is not NULL)
--
More information about the Digitalmars-d-bugs
mailing list