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: [email protected]
Reporter: [email protected]
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.
--