Believe couple of open bugs are fixed in v2.060, stuck on another

Jonathan M Davis jmdavisProg at gmx.com
Mon Aug 6 16:02:35 PDT 2012


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


More information about the Digitalmars-d mailing list