This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e162b2ff52c libstdc++: Do not define lock-free atomic aliases if not fu [...] new 0552560f6d2 c++/modules: inline namespace abi_tag streaming [PR110730] new 19b23bf3c32 AArch64: memcpy/memset expansions should not emit LDP/STP [ [...]
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/config/aarch64/aarch64.cc | 68 +++++++++------------------- gcc/cp/module.cc | 28 ++++++++++++ gcc/testsuite/g++.dg/modules/hello-2_a.C | 11 +++++ gcc/testsuite/g++.dg/modules/hello-2_b.C | 10 ++++ gcc/testsuite/g++.dg/modules/namespace-6_a.H | 10 ++++ gcc/testsuite/g++.dg/modules/namespace-6_b.C | 7 +++ gcc/testsuite/gcc.target/aarch64/pr113618.c | 36 +++++++++++++++ 7 files changed, 123 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/hello-2_a.C create mode 100644 gcc/testsuite/g++.dg/modules/hello-2_b.C create mode 100644 gcc/testsuite/g++.dg/modules/namespace-6_a.H create mode 100644 gcc/testsuite/g++.dg/modules/namespace-6_b.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113618.c