This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81caacc2733 c++: Fix tsubst ICE with invalid static_cast [PR95728] new 9b4bdaf794a gcc-changelog: checkout & pull order new 9435fb9668e Fix typo in tree-ssa-reassoc.c. new eccc3d43266 middle-end/95739 - fix vector condition IFN expansion new ac70b20b100 OpenMP/Fortran: Reject allocatable components in map clause new e68cc3a8f8a rs6000: Fix creation of VEC_COND_EXPR new bd0a89dcd8d Add missing PR number to ChangeLog (PR 95378) new 72cb486456a vectorizer: add _bb_vec_info::region_stmts and reverse_regi [...] new 634e6f49101 Fix use of inaccessible member in pr94052.C new 5421fae8b17 c++: ICE in requires-expressions with invalid args [PR95735]
The 9 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: contrib/gcc-changelog/git_update_version.py | 2 +- gcc/c-family/ChangeLog | 1 + gcc/config/rs6000/rs6000-call.c | 15 ++-- gcc/coretypes.h | 17 +++++ gcc/cp/pt.c | 2 + gcc/fortran/openmp.c | 7 ++ gcc/internal-fn.c | 4 ++ gcc/testsuite/g++.dg/cpp2a/concepts-err2.C | 11 +++ gcc/testsuite/g++.target/aarch64/pr94052.C | 2 +- .../gfortran.dg/gomp/map-alloc-comp-1.f90 | 14 ++++ gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-vect-patterns.c | 14 +--- gcc/tree-vect-slp.c | 24 +++---- gcc/tree-vectorizer.h | 82 ++++++++++++++++++++++ 14 files changed, 160 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-err2.C create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-alloc-comp-1.f90