diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2023-03-15 21:30:33 +0000 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2023-03-15 21:30:33 +0000 |
commit | 8f1711ef3486b0727ccf6b5aabddda5c7d986457 (patch) | |
tree | d7b8a96fc8e4388526d6b305c82dcf3088e1da50 /libcpp/include/cpplib.h | |
parent | 57052c6ed59c1a2ee4a67982f960e08593956955 (diff) | |
download | gcc-8f1711ef3486b0727ccf6b5aabddda5c7d986457.zip gcc-8f1711ef3486b0727ccf6b5aabddda5c7d986457.tar.gz gcc-8f1711ef3486b0727ccf6b5aabddda5c7d986457.tar.bz2 |
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 <gaiusmod2@gmail.com>
Diffstat (limited to 'libcpp/include/cpplib.h')
0 files changed, 0 insertions, 0 deletions