[Issue 19941] [ICE] Segmentation fault in ImplicitConvTo::visit(AddrExp*) at dmd/dcast.d(980)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 15 15:22:19 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19941
steven kladitis <steven_kladitis at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |steven_kladitis at yahoo.com
--- Comment #6 from steven kladitis <steven_kladitis at yahoo.com> ---
I see in the latest pull
if (v->inuse || v->_scope == NULL || v->_init == NULL ||
I think it should be
if (v->inuse || v->_scope is NULL || v->_init is NULL ||
--
More information about the Digitalmars-d-bugs
mailing list