Format error in m2pp.cc (m2pp_integer_cst) [PR107234]
authorGaius Mulley <gaiusmod2@gmail.com>
Mon, 6 Feb 2023 18:50:18 +0000 (18:50 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Mon, 6 Feb 2023 18:50:18 +0000 (18:50 +0000)
commit17d0892d61a82a338925c81853b45eb8b4929fc0
treee06efcad00c9e3f2577bc64c4e5ffb44a51260f2
parent45e01229af33a3dc3f124dcaec4b4ae11e9d07ce
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  <ro@CeBiTec.Uni-Bielefeld.DE>

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/m2pp.cc