www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22553] New: ImportC: undefined identifier `__uint128_t`

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

          Issue ID: 22553
           Summary: ImportC: undefined identifier `__uint128_t`
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: dave287091 gmail.com

Clang (and probably gcc as well) have an extension type of __uint128_t which is
a 128 bit unsigned integer. <stdlib.h> on macOS for arm64 transitively includes
a header that uses this type, leading to compilation failure.

--
Nov 29 2021