https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93962
--- Comment #13 from Martin Liška <marxin at gcc dot gnu.org> --- > So I think we instead should use abs_hwi (or absu_hwi, depending on if the > most negative value can appear or not) instead of std::abs or abs in > value-prof.c. No, the counter can never be INT64_MIN.