This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3c14fb1571 aarch64: Add testcase for vld2 which was fixed by r16-1113 [...] new 6fb88ff622c Fix typo in afdo_calculate_branch_prob new b6b238ddcb1 ranger: Add support for float <-> int casts [PR120231]
The 2 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/auto-profile.cc | 2 +- gcc/range-op-float.cc | 159 +++++++++++++++++++-- gcc/range-op-mixed.h | 4 +- gcc/range-op.cc | 19 +-- gcc/range-op.h | 4 - gcc/testsuite/g++.dg/tree-ssa/loop-split-1.C | 3 +- gcc/testsuite/gcc.dg/tree-ssa/pr120231-2.c | 107 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr120231-3.c | 40 ++++++ gcc/testsuite/gfortran.dg/inline_matmul_16.f90 | 2 +- .../{inline_matmul_16.f90 => inline_matmul_26.f90} | 35 +---- 10 files changed, 312 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr120231-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr120231-3.c copy gcc/testsuite/gfortran.dg/{inline_matmul_16.f90 => inline_matmul_26.f90} (50%)