[Bug target/121526] EBCDIC is incompatible with signed 8 bit char
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Aug 13 11:12:45 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121526
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
EBCDIC if used at all is used mostly on s390* where -funsigned-char is the
default.
And not sure why such combination needs to be rejected, it is simply a not
fully conforming set of options (like many others are).
Don't use it if you want full conformance.
More information about the Gcc-bugs
mailing list