On Tuesday, August 07, 2012 00:00:49 Philip Daniels wrote: > This exhibits the problem when compiled with -inline. I then > removed the "import std.file" line and copied and pasted the > entire contents of file.d into this test harness, so that it is > self contained. dirEntries now works correctly. Compiler bug or > library bug?
-inline should have _zero_ impact on the semantics of any code. So, if including it or not including it changes behavior, it's a compiler bug. - Jonathan M Davis
