[Issue 18053] New: Use stdint.h mangling for int64_t/uint64_t when mangling D long/ulong

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 10 06:30:55 UTC 2017


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

          Issue ID: 18053
           Summary: Use stdint.h mangling for int64_t/uint64_t when
                    mangling D long/ulong
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com

Currently it's a bit of a nightmare of inconsistent behavior from one compiler
to the next, making it hard to portably interface to C++ code. Making it
conform to int64_t / uint64_t should fix that.

The Elf C++ spec for mangling is:

http://refspecs.linux-foundation.org/cxxabi-1.86.html#mangling

--


More information about the Digitalmars-d-bugs mailing list