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 4199cfa3d18 arm: Fix wrong code generated for mve scatter store with wr [...] new 7790a71c070 support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197] new a30fcfb3b84 openmp: Set cfun->calls_alloca when needed in OpenMP outlin [...] new 1a98b22b046 combine: Fix up simplify_shift_const_1 for nested ROTATEs [ [...] new 75a016e24a3 Restrict test to LP64. new 0cf293649b6 Restrict PR middle-end/95886 x86 test to !ia32
The 5 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 | 59 +++++++++++++++++++++++++ gcc/combine.c | 7 ++- gcc/cp/error.c | 58 ++++++++++++++++++++++++ gcc/omp-low.c | 1 + gcc/testsuite/gcc.c-torture/execute/pr97386-1.c | 16 +++++++ gcc/testsuite/gcc.c-torture/execute/pr97386-2.c | 20 +++++++++ gcc/testsuite/gcc.dg/asan/pr97294.c | 41 +++++++++++++++++ gcc/testsuite/gcc.target/i386/memcpy-pr95886.c | 2 +- gcc/tree-cfg.c | 2 + 9 files changed, 203 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97386-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97386-2.c create mode 100644 gcc/testsuite/gcc.dg/asan/pr97294.c