May 21, 2019
https://issues.dlang.org/show_bug.cgi?id=19889

          Issue ID: 19889
           Summary: Exceptions not printed with -m32mscoff and lld-llink
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: mk@krej.cz

Exceptions are not printed on Windows console when compiled with -m32mscoff and bundled lld-link is used (no MSVC installed). A program hangs for few seconds and terminates without printing the exception message.

-m64 and -m32 works. MSLINK works too.

dmd 2.086

--