This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14ddf41acb9 testsuite: fix arm/pure-code/no-literal-pool-* tests new 092cdbd9198 Re-instantiate SLP induction IV CSE new 10a50d261e5 gcc-changelog: Change parse_git_revisions strict argument to True. new 24366207b77 libstdc++: Fix constant expressions in std::uniform_int_dis [...] new 3e190757fa3 phiopt: Optimize x ? 1024 : 0 to (int) x << 10 [PR97690] new 1e9f339d946 tree-optimization/97709 - set abnormal flag when vectorizin [...] new 1272573a6b2 add costing to SLP vectorized PHIs new 3ef33e756a6 libstdc++: Document istreambuf_iterator base class change [ [...]
The 7 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_repository.py | 2 +- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-22.c | 11 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-11.c | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-pattern-2.c | 6 ++--- gcc/testsuite/gcc.dg/vect/bb-slp-pr97709.c | 26 +++++++++++++++++++ gcc/tree-ssa-phiopt.c | 38 ++++++++++++++++++++-------- gcc/tree-vect-loop.c | 28 +++++++++++++++++--- gcc/tree-vect-stmts.c | 4 +-- gcc/tree-vectorizer.h | 3 ++- libstdc++-v3/doc/html/manual/api.html | 7 +++++ libstdc++-v3/doc/xml/manual/evolution.xml | 9 +++++++ libstdc++-v3/include/bits/uniform_int_dist.h | 8 +++--- 12 files changed, 119 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-22.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr97709.c