This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b2cf504146 tree-optimization/107451 - SLP load vectorization issue new 0cb5d7cdbab cse: Fix up CSE const_anchor handling [PR108193] new 5c17adfb5d0 phiopt: Drop SSA_NAME_RANGE_INFO in maybe equal case [PR108166]
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/cse.cc | 10 +++++----- gcc/testsuite/g++.dg/torture/pr108166.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr108193.f90 | 24 ++++++++++++++++++++++++ gcc/tree-ssa-phiopt.cc | 6 ++++++ 4 files changed, 61 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr108166.C create mode 100644 gcc/testsuite/gfortran.dg/pr108193.f90