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

AndyC <a...@squeakycode.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |a...@squeakycode.net
         Resolution|---                         |FIXED

--- Comment #1 from AndyC <a...@squeakycode.net> ---
I've test this on dmd 2.066.1 on both windows and linux and they both fire the
exception:

$ echo what | ./test
core.exception.AssertError@test.d(6): never reached
----------------
./test(_Dmain+0x4f) [0x806bb9f]
etc...


D:\projects\d>echo what | test
core.exception.AssertError@test.d(6): never reached
----------------
0x00402AFD
etc...


At some point during the last 4 years this must have been fixed, but I don't
really wanna search for the commit.

--

Reply via email to