[Issue 17596] dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 19 18:17:57 PDT 2017


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

--- Comment #9 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Alright, so how about:

- We add getosreldate and INO64_FIRST to druntime
- We add both the old and new struct definitions
- We add a stat wrapper which,when getosreldate() < INO64_FIRST, translates the
old struct to the new struct and returns it.

--


More information about the Digitalmars-d-bugs mailing list