This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f53c5cde647 riscv: Fix a typo in config/riscv/freebsd.h [PR119678] new d034c78c7be c++: self-dependent alias template [PR117530] new 0f77d88fdf7 OpenMP: Fix append_args handling in modify_call_for_omp_dispatch
The 2 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/cp/pt.cc | 14 +- gcc/gimplify.cc | 32 ++- .../c-c++-common/gomp/append-args-interop.c | 4 +- gcc/testsuite/g++.dg/cpp2a/lambda-uneval27.C | 10 + gcc/testsuite/g++.dg/gomp/append-args-8.C | 8 +- .../gfortran.dg/gomp/append-args-interop.f90 | 4 +- libgomp/testsuite/libgomp.c/append-args-fr-1.c | 232 ++++++++++++++++ libgomp/testsuite/libgomp.c/append-args-fr.h | 305 +++++++++++++++++++++ 8 files changed, 581 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval27.C create mode 100644 libgomp/testsuite/libgomp.c/append-args-fr-1.c create mode 100644 libgomp/testsuite/libgomp.c/append-args-fr.h