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 ecd398cd3a6 Daily bump. new 812258b07c1 dwarf2: Emit DW_TAG_unspecified_parameters even in late DWA [...] new 05a3ab76e03 arm: Fix up neon_vector_mem_operand [PR97528] new 1cd47144fd2 openmp: Fix C ICE on OpenMP atomics
The 3 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/c-parser.c | 10 +++++++--- gcc/config/arm/arm.c | 4 +++- gcc/dwarf2out.c | 8 ++++++++ gcc/testsuite/c-c++-common/gomp/pr97958.c | 17 +++++++++++++++++ gcc/testsuite/gcc.target/arm/pr97528.c | 28 ++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr97958.c create mode 100644 gcc/testsuite/gcc.target/arm/pr97528.c