https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273
--- Comment #30 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:ee3f1197b6f2889276edd2dca956eaeec3449ee6 commit r16-7877-gee3f1197b6f2889276edd2dca956eaeec3449ee6 Author: Richard Biener <[email protected]> Date: Mon Feb 2 15:29:44 2026 +0100 middle-end/45273 - avoid host double in profiling The following replaces the last host double computation by using int64_t instead to avoid overflow of 32bit (but capped to REG_BR_PROB_BASE) values. PR middle-end/45273 * predict.cc (combine_predictions_for_insn): Use int64_t math instead of double.
