www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16421] New: DMD hides linker error when enabling warnings

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

          Issue ID: 16421
           Summary: DMD hides linker error when enabling warnings
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: niklas.volcz gmail.com

Created attachment 1611
  --> https://issues.dlang.org/attachment.cgi?id=1611&action=edit
code

When compiling the attached program using DMD with the -w flag no error message
is printed, only one warning and one deprecation warning from the
std.experimental.xml. DMD fails with exit code 1.

--
Aug 23 2016