[Bug target/103635] size_t and uintptr_t have wrong sizes with x86_64-w64-mingw32-g++ -mabi=sysv
mark at harmstone dot com
gcc-bugzilla@gcc.gnu.org
Sat Dec 11 14:07:36 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103635
--- Comment #6 from Mark Harmstone <mark at harmstone dot com> ---
Created attachment 51973
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51973&action=edit
preprocessed source
Thanks Andrew, attached.
Relevant bits:
typedef unsigned int size_t;
typedef unsigned int uintptr_t;
Both are "unsigned long long" for -mabi=ms.
More information about the Gcc-bugs
mailing list