[Issue 24506] New: importC: illegal combination of type specifiers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 15 17:51:26 UTC 2024


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

          Issue ID: 24506
           Summary: importC: illegal combination of type specifiers
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: feklushkin.denis at gmail.com

For included files *.i which contain line like:

__extension__ typedef long long off64_t;

Compiler (dmd and ldc2) returns:

Error: illegal combination of type specifiers

I heard what GCC extensions isn't supported by importC, but also I see what
__extension__ is mentioned in importc.h so maybe it can be fixed

--


More information about the Digitalmars-d-bugs mailing list