This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6acfb68dc0a libstdc++: re-bump the feature-test macro for P2562R1 [PR119488] new 7e286b56545 OpenMP: Fix C++ template handling with append_args' prefer_ [...]
The 1 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/cp-tree.h | 1 + gcc/cp/decl.cc | 3 + gcc/cp/pt.cc | 9 ++- gcc/cp/semantics.cc | 21 +++---- gcc/gimplify.cc | 7 --- gcc/testsuite/g++.dg/gomp/append-args-1.C | 4 +- gcc/testsuite/g++.dg/gomp/append-args-8.C | 93 +++++++++++++++++++++++++++++++ 7 files changed, 117 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/append-args-8.C