[Issue 15573] mystery crashes in @safe code
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jan 19 16:15:58 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15573
--- Comment #12 from hsteoh at quickfur.ath.cx ---
It seems to be triggered by the -inline -O flags to dmd. I managed to reduce
the compiler call to the following:
dmd -inline -O source/app.d -ofapp && ./app
Removing either -inline or -O makes the problem go away. Going to dig deeper
now...
--
More information about the Digitalmars-d-bugs
mailing list