This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 8cafd5800e2 Daily bump. new 46c2de7a856 tree-chrec: Use signed_type_for in convert_affine_scev new 9148510b2c7 real: Fix up real_from_integer [PR120547] new 7dbf4964b80 recip: Reset range info when replacing sqrt with rsqrt [PR120638]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/real.cc | 27 +++++++++++++++------------ gcc/testsuite/gcc.dg/bitint-123.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr120638.c | 31 +++++++++++++++++++++++++++++++ gcc/tree-chrec.cc | 2 +- gcc/tree-ssa-math-opts.cc | 1 + 5 files changed, 74 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-123.c create mode 100644 gcc/testsuite/gcc.dg/pr120638.c