This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 1549bb90c10 Fortran: Fix missing substring ref for allocatable saved va [...] new 5a349dc6a6f tree-chrec: Use signed_type_for in convert_affine_scev new 7bd979469be real: Fix up real_from_integer [PR120547] new f45c7c4425f 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