January 17, 2020
https://issues.dlang.org/show_bug.cgi?id=20515

          Issue ID: 20515
           Summary: Errors should be reported in GNU style on Linux
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: default_357-line@yahoo.de

Error messages should be reported in GNU style on Linux. This will ease interoperability with existing IDEs.

The GNU style is specified at https://www.gnu.org/prep/standards/html_node/Errors.html . (It is not gcc specific; clang also follows it.)

--