[Bug d/104738] gdc.test/runnable_cxx/stdint.d FAILs on Solaris

joseph at codesourcery dot com gcc-bugzilla@gcc.gnu.org
Wed Mar 2 22:20:11 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104738

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
char having the same set of values as signed char is valid.

char is not however a "signed integer type" within the meaning of the 
standard, and so is never a valid definition of int8_t, despite Solaris 
using that definition.

https://gcc.gnu.org/legacy-ml/gcc/2009-04/msg00249.html


More information about the Gcc-bugs mailing list