August 19, 2021
https://issues.dlang.org/show_bug.cgi?id=22224

          Issue ID: 22224
           Summary: [REG 2.097.0] compiler segfaults with -profile
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: uplink.coder@googlemail.com

import core.stdc.stdarg; void error(...) { }

The above code causes the compiler to crash when it's compiled with -profile.

--