https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107234
--- Comment #2 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:17d0892d61a82a338925c81853b45eb8b4929fc0 commit r13-5721-g17d0892d61a82a338925c81853b45eb8b4929fc0 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Mon Feb 6 18:50:18 2023 +0000 Format error in m2pp.cc (m2pp_integer_cst) [PR107234] Use HOST_WIDE_INT_PRINT_UNSIGNED instead of hardcoding a specific format. gcc/m2/ChangeLog: * m2pp.cc (m2pp_integer_cst): Use HOST_WIDE_INT_PRINT_UNSIGNED as the format specifier. PR modula2/107234 Co-Authored by: Rainer Orth <r...@cebitec.uni-bielefeld.de> Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>