[Issue 22834] runnable_cxx/stdint.d: Undefined reference to _Z15testCppI8Mangleahahah
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 1 21:32:56 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22834
Ate Eskola <Ajieskola at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Ajieskola at gmail.com
--- Comment #2 from Ate Eskola <Ajieskola at gmail.com> ---
Are you sure this is really a regression? If Solaris mangles int8_t as C++
char, that is a good reason to make it and uint8_t platform-dependant again.
But if so, it should have been broken before pull request 3400 already. There
was no special casing for Solaris, and Posix int8_t was defined as ubyte just
like now.
--
More information about the Digitalmars-d-bugs
mailing list