[Issue 22224] New: [REG 2.097.0] compiler segfaults with -profile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 19 14:30:16 UTC 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 at puremagic.com
          Reporter: uplink.coder at googlemail.com

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

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

--


More information about the Digitalmars-d-bugs mailing list