This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f7c50b7091 analyzer: handle C++ argument numbers and "this" [PR97116] new 7c7e841806a This patch fixes PR47469 - a trivial bit of tidying up. new 4e921302758 Off by one final fix. new 592fe221735 c++: Distinguish alignof and __alignof__ in cp_tree_equal [ [...] new dae673abd37 tree-optimization/97307 - improve sinking of loads
The 4 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/cp/tree.c | 2 ++ gcc/fortran/trans-expr.c | 8 ++--- gcc/testsuite/g++.dg/template/alignof3.C | 13 +++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-17.c | 15 ++++++++++ gcc/testsuite/gcc.dg/vect/pr65947-3.c | 5 +++- gcc/tree-ssa-sink.c | 45 +++++++++++++++-------------- gcc/value-range.h | 13 ++++----- 7 files changed, 66 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-17.c