This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 86deadf8d3a ipa-cp: New debug counters for IPA-CP new e881774d0dd Rewrite SLP induction vectorization new ce99142c11b [PATCH] aarch64: Fix PR97638 new 1c689b827c6 Add hint * too 2nd alternative of the 1st scratch in *vsx_e [...] new e9a2e208dd7 cpplib: Macro use location and comparison new f8a737930bb core: debug-print whole call expr new 9a2e765d777 core: id_equal should forward new a0bc61e0b6d core: Synchronize tree-cst & wide-int caching expectations new 48a201e9bc8 options: Tiny refactor new 0a07912f2d1 c++: Some additional tests
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: gcc/c-family/c-opts.c | 4 +- gcc/config/aarch64/aarch64-bti-insert.c | 2 +- gcc/config/rs6000/vsx.md | 2 +- gcc/print-tree.c | 20 +- .../g++.dg/concepts/{pr93933.C => pack-1.C} | 0 gcc/testsuite/g++.dg/lookup/using53.C | 1 + gcc/testsuite/g++.dg/template/error25.C | 2 +- gcc/testsuite/gcc.dg/vect/slp-49.c | 38 +++ gcc/testsuite/gcc.target/aarch64/pr97638.c | 17 ++ gcc/tree-vect-loop.c | 296 +++++++++++---------- gcc/tree-vect-slp.c | 18 +- gcc/tree.c | 31 ++- gcc/tree.h | 3 +- libcpp/directives.c | 9 +- libcpp/expr.c | 2 +- libcpp/internal.h | 8 +- libcpp/macro.c | 26 +- 17 files changed, 298 insertions(+), 181 deletions(-) copy gcc/testsuite/g++.dg/concepts/{pr93933.C => pack-1.C} (100%) create mode 100644 gcc/testsuite/gcc.dg/vect/slp-49.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97638.c