www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 24108] New: dmd -H and -X fail when given an importC module

https://issues.dlang.org/show_bug.cgi?id=24108

          Issue ID: 24108
           Summary: dmd -H and -X fail when given an importC module
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: ImportC
          Severity: normal
          Priority: P3
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: destructionator gmail.com

ictest.c:

void foo() {}


dmd-master ictest.c -H
Segmentation fault


dmd-master ictest.c -X
Segmentation fault

--
Aug 24 2023