https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122515
--- Comment #13 from Romain Geissler <romain.geissler at amadeus dot com> --- Hi Siddhesh, I tested in our CI the patch from comment #c12 and indeed it fixes the bootstrap failure. I don't remember if you were in the Amadeus <-> Red Hat meeting last year, where we spoke to the Red Hat compiler team and explaining them how we build our own toolchain based on gnu tools. We basically build our own glibc/binutils/gcc following the Linux From Scratch guidelines. It failed on a Linux x86_64 build of gcc pass 2 (https://www.linuxfromscratch.org/lfs/view/development/chapter06/gcc-pass2.html). I was also super astonished that something as simple as SSIZE_MAX was unavailable when I hit this issue. Thanks for the quick patch ;) Cheers, Romain
