https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113763
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 57334 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57334&action=edit gcc14-pr113763.patch Can't we just get rid of std::pair here? I mean, 0xff certainly fits into host unsigned char, to make EBCDIC work on -fsigned-char hosts I've used char instead of unsigned char.