https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109125
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:8f1711ef3486b0727ccf6b5aabddda5c7d986457 commit r13-6700-g8f1711ef3486b0727ccf6b5aabddda5c7d986457 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Wed Mar 15 21:30:33 2023 +0000 PR 109125 13 regression SIGBUS in m2pim_ldtoa_ldtoa This patch fixes more bool int parameter mismatches found in dtoa and ldtoa. gcc/m2/ChangeLog: PR modula2/109125 * gm2-libs-ch/dtoa.cc (dtoa_strtod): Replace int with bool. * gm2-libs-ch/ldtoa.cc (ldtoa_strtold): Replace int with bool. libgm2/ChangeLog: PR modula2/109125 * libm2pim/dtoa.cc (TRUE): Remove. (FALSE): Remove. Replace int with bool. * libm2pim/ldtoa.cc (TRUE): Remove. (FALSE): Remove. Replace int with bool. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>