This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f2f4212e20c openacc: No attach/detach present/release mappings for arra [...] new 73e89414882 Refer to C++20 new 2ac7fe27698 cpp: Do not use @dots for ... tokens in code examples new 90b43856fdf aarch64: Fix up __aarch64_cas16_acq_rel fallback new 50bee766bc9 c++: Variable template and template parameter pack [PR96218] new c004b383aa4 rs6000: Fix vector_float.c testcase for -m32
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/cp/pt.c | 5 +++-- gcc/doc/cpp.texi | 14 +++++++------- gcc/doc/invoke.texi | 14 +++++++------- gcc/testsuite/g++.dg/cpp1y/var-templ67.C | 16 ++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr96402.c | 16 ++++++++++++++++ gcc/testsuite/gcc.target/powerpc/vector_float.c | 1 + libgcc/config/aarch64/lse.S | 2 +- 7 files changed, 51 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ67.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96402.c