This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c5b08a2ca9 libsanitizer: add test-case new bae73ca5222 Move simplify_cond_using_ranges_2 to tree-vrp.c new 121a8812c45 libgomp: Hopefully avoid false positive warnings in env.c o [...] new 878315ae489 Adjust overflow for invariants in bounds_of_var_in_loop. new 4fa5dc951e9 Separate new_edges compute in copy_bbs new 028a407463c Simplify CFG copying tables new 5244b4af5e4 phiopt: Optimize x ? __builtin_clz (x) : 32 in GIMPLE [PR97503] new 9b5d50b7c6e Simplify trivial VEC_COND_EXPR in expander. new d9409301387 tree-optimization/97500 - avoid SLP backedges for inductions new 310fe80babe Fortran: class.c - update vtable comment new e957b86ca26 libstdc++: Rebase include/pstl to current upstream
The 10 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/cfg.c | 114 +-- gcc/cfghooks.c | 21 +- gcc/config/i386/i386-expand.c | 7 + gcc/fortran/class.c | 2 + gcc/gimple-range.cc | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr97503.c | 19 + gcc/testsuite/gcc.target/i386/pr97506.c | 19 + .../pr57396.f90 => gfortran.dg/pr97500.f90} | 2 + gcc/tree-ssa-phiopt.c | 100 ++- gcc/tree-vect-slp.c | 6 + gcc/tree-vrp.c | 65 +- gcc/vr-values.c | 66 +- gcc/vr-values.h | 5 +- libgomp/env.c | 8 +- libstdc++-v3/include/pstl/algorithm_impl.h | 181 +++-- libstdc++-v3/include/pstl/execution_impl.h | 4 +- libstdc++-v3/include/pstl/glue_algorithm_impl.h | 543 ++++++------- libstdc++-v3/include/pstl/glue_memory_impl.h | 264 +++--- libstdc++-v3/include/pstl/glue_numeric_impl.h | 68 +- libstdc++-v3/include/pstl/memory_impl.h | 67 +- libstdc++-v3/include/pstl/numeric_impl.h | 8 +- libstdc++-v3/include/pstl/parallel_backend.h | 8 + .../include/pstl/parallel_backend_serial.h | 8 +- libstdc++-v3/include/pstl/parallel_backend_tbb.h | 903 +++++++++++++++++---- libstdc++-v3/include/pstl/parallel_backend_utils.h | 248 +++--- libstdc++-v3/include/pstl/pstl_config.h | 24 +- libstdc++-v3/include/pstl/unseq_backend_simd.h | 39 +- 27 files changed, 1827 insertions(+), 976 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr97503.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97506.c copy gcc/testsuite/{gfortran.fortran-torture/execute/pr57396.f90 => gfortran.dg/pr [...]