[Issue 10442] RTInfo generation can fail for structs defined in imported modules
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 30 07:49:31 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=10442
--- Comment #6 from Rainer Schuetze <r.sagitario at gmx.de> ---
The definition of RTInfo(T) in object.d has changed since 2013 from 0x12345678
to null.
The test in https://github.com/dlang/dmd/pull/2480 verifies that
https://github.com/dlang/dmd/blob/master/src/dmd/todt.d#L1394 doesn't use the
fallback if no RTInfo has been evaluated (which writes 1 if the struct contains
pointers).
--
More information about the Digitalmars-d-bugs
mailing list