September 11, 2014
https://issues.dlang.org/show_bug.cgi?id=8290

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #2 from hsteoh@quickfur.ath.cx ---
Don't see the problem here (Linux/x86_64, git HEAD):
------
$ mkdir test
$ dmd test.d
/usr/bin/ld: cannot open output file test: Is a directory
collect2: error: ld returned 1 exit status
--- errorlevel 1
$
------

--
March 30, 2017
https://issues.dlang.org/show_bug.cgi?id=8290

Martin Krejcirik <mk@krej.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Martin Krejcirik <mk@krej.cz> ---
Not reproducible.

--