This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94c3508c5a1 tree-optimization/114375 - disallow SLP discovery of permut [...] new 8959ab63f18 openmp: Make c_omp_check_loop_binding_exprs diagnostics tra [...] new 8f85b46337f rs6000: Fix up setup_incoming_varargs [PR114175] new a185d8aeeed alpha: Fix alpha_setup_incoming_varargs [PR114175] new 167ec6df7fd arm: [MVE intrinsics] Fix support for loads [PR target/114323]
The 4 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-omp.cc | 51 +++-- gcc/config/alpha/alpha.cc | 3 +- gcc/config/arm/arm-mve-builtins.cc | 2 +- gcc/config/rs6000/rs6000-call.cc | 3 +- gcc/testsuite/gcc.dg/c23-stdarg-9.c | 284 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/arm/mve/pr114323.c | 22 +++ 6 files changed, 350 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c23-stdarg-9.c create mode 100644 gcc/testsuite/gcc.target/arm/mve/pr114323.c