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 892b4f74d9b testsuite: Re-add gdc.test prefix in test names (PR testsui [...] new 16710ff9803 Fix -fcompare-debug issue in purge_dead_edges [PR95080] new e09d626551f openmp: Fix placement of 2nd+ preparation statement for PHI [...] new 6d6df84dc03 openmp: Ensure copy ctor for composite distribute parallel [...] new 808f30b0772 c++: Try to complete decomp types [PR95328] new c75a2abc3a9 forwprop: Ignore scalar mode vectors in simplify_vector_con [...] new b2229175b53 c-family: Fix up MEM_REF printing [PR95580] new a44761a6aa3 c++: Fix initlist-array12.C
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: gcc/c-family/c-pretty-print.c | 5 ++- gcc/cfgrtl.c | 2 +- gcc/cp/cp-gimplify.c | 64 ++++++++++++++++++++++++++- gcc/cp/decl.c | 2 + gcc/gimplify.c | 56 ----------------------- gcc/omp-general.c | 56 +++++++++++++++++++++++ gcc/omp-general.h | 1 + gcc/omp-simd-clone.c | 15 ++++++- gcc/testsuite/g++.dg/cpp0x/initlist-array12.C | 4 +- gcc/testsuite/g++.dg/cpp1z/decomp53.C | 22 +++++++++ gcc/testsuite/g++.dg/opt/pr95080.C | 41 +++++++++++++++++ gcc/testsuite/g++.dg/opt/pr95528.C | 27 +++++++++++ gcc/testsuite/gcc.dg/gomp/pr95108.c | 18 ++++++++ gcc/testsuite/gcc.dg/pr95580.c | 16 +++++++ gcc/tree-ssa-forwprop.c | 11 +++++ 15 files changed, 277 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp53.C create mode 100644 gcc/testsuite/g++.dg/opt/pr95080.C create mode 100644 gcc/testsuite/g++.dg/opt/pr95528.C create mode 100644 gcc/testsuite/gcc.dg/gomp/pr95108.c create mode 100644 gcc/testsuite/gcc.dg/pr95580.c