January 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19565

          Issue ID: 19565
           Summary: D 2.084 breaks Botan building
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: the.mail.of.mi2@gmail.com

Botan fails to build with D 2.084, while it builds properly with 2.083.1 and earlier.

I've reported an issue in Botan at first: https://github.com/etcimon/botan/issues/49

The discussion in this issue suggests that the problem is actually in druntime. It looks like this commit is the cause: https://github.com/dlang/druntime/commit/0fe98729034a2d7bc76bfc81c25e9dbd1f3d560a

--