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

--- Comment #6 from hst...@quickfur.ath.cx ---
Looking at the disassembly, in the first (working) case, Object.opEquals() is
called directly. In the second (segfaulting) case, it appears to be doing a
lookup of the vtable (or perhaps typeinfo?) of either C or typeof(null) and
dereferencing it without checking for null.

--

Reply via email to