https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122515
--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Siddhesh Poyarekar <[email protected]>: https://gcc.gnu.org/g:fb9b614c675f66a7979a5f37ef60f32fab73abdd commit r16-5588-gfb9b614c675f66a7979a5f37ef60f32fab73abdd Author: Siddhesh Poyarekar <[email protected]> Date: Mon Nov 24 20:32:08 2025 -0500 lto/122515: Avoid using SSIZE_MAX SSIZE_MAX may not always be available, so build it using (size_t) -1 instead. gcc/lto/ChangeLog: PR lto/122515 * lto-common.cc (lto_read_section_data): Avoid using SSIZE_MAX. Signed-off-by: Siddhesh Poyarekar <[email protected]>
