This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 01ab3f90699 Daily bump. new 578bc9d1cdd tree-optimization/101158 - adjust SLP call matching sequence new a650dc2deb2 tree-optimization/100923 - fix alias-ref construction wrt a [...] new 724177df8e1 ipa/102762 - fix ICE with invalid __builtin_va_arg_pack () use new 6a6ed1bd9d0 tree-optimization/102798 - avoid copying PTA info to old SSA names new 5f5c26a2f02 middle-end/103181 - fix operation_could_trap_p for vector division new c4015dab1a4 tree-optimization/103237 - avoid vectorizing unhandled doub [...]
The 6 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/testsuite/gcc.dg/pr102798.c | 41 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr103248.c | 8 ++++ gcc/testsuite/gcc.dg/torture/pr100923.c | 25 +++++++++++ gcc/testsuite/gcc.dg/torture/pr102762.c | 11 +++++ gcc/testsuite/gcc.dg/torture/pr103181.c | 24 +++++++++++ gcc/testsuite/gcc.dg/torture/pr103237.c | 24 +++++++++++ gcc/testsuite/gfortran.dg/pr101158.f90 | 25 +++++++++++ gcc/tree-eh.c | 32 +++++++++++--- gcc/tree-inline.c | 8 +++- gcc/tree-ssa-sccvn.c | 76 ++++++++++++++++++++++----------- gcc/tree-vect-data-refs.c | 3 +- gcc/tree-vect-loop.c | 11 +++++ gcc/tree-vect-slp.c | 24 +++++------ 13 files changed, 267 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102798.c create mode 100644 gcc/testsuite/gcc.dg/pr103248.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100923.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr102762.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103181.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103237.c create mode 100644 gcc/testsuite/gfortran.dg/pr101158.f90