https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122009
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <[email protected]>: https://gcc.gnu.org/g:ef45d6489f112fa66ce26ed156d3d90968f409a3 commit r16-4175-gef45d6489f112fa66ce26ed156d3d90968f409a3 Author: Gaius Mulley <[email protected]> Date: Wed Oct 1 23:04:56 2025 +0100 PR modula2/122009: ldtoa_ldtoa correct parameter type from int to bool This is an obvious fix which corrects a parameter type so that it matches the prototype. gcc/m2/ChangeLog: PR modula2/122009 * pge-boot/Gldtoa.cc (ldtoa_ldtoa): Change int to bool for parameter sign. Signed-off-by: Gaius Mulley <[email protected]>
