[Bug 273] Unexplained crash in generated binary
gdc-bugzilla at gdcproject.org
gdc-bugzilla at gdcproject.org
Sun Oct 1 21:13:31 UTC 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=273
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|Normal |Highest
Severity|normal |critical
--- Comment #11 from Iain Buclaw <ibuclaw at gdcproject.org> ---
I think the bug is in our setting of class flags for type Derived. It seems to
be setting 'ClassFlags.noPointers', however it does not set this for the class
Base.
This is most curious, as if Base is determined to have pointers, then Derived
should have the same flag setting.
Checking the part of the compiler where this logic is maintained.
--
You are receiving this mail because:
You are watching all bug changes.
More information about the D.gnu
mailing list