This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from a873eca894f Pre-merge cleanups adds 76e4f444a6e aarch64: Add CPU-specific SVE vector costs struct adds 33d2f41785b testsuite: fix 2 tests on aarch64 adds fe70679b80f c++: Fix printing of decltype(nullptr) [PR97517] adds 0b37233152b c++: Module parsing adds 84d08255f9f tree-optimization/98213 - cache PHI walking result in SM adds 0aa1786d34b libstdc++: Fix build failure for target with no way to sleep adds 4c61e35f20f i386: Remove REG_ALLOC_ORDER definition new f87b20c0326 c++: name-lookup cleanups new e4c3ec980fa c++: Module-specific error and tree dumping new 7aa1b6fd425 Merge trunk e4c3ec980fa c++: Module-specific error and tree [...]
The 3 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: ChangeLog.modules | 3 + gcc/config/aarch64/aarch64-protos.h | 41 ++-- gcc/config/aarch64/aarch64.c | 279 +++++++++++++++--------- gcc/config/i386/i386.h | 16 -- gcc/cp/cxx-pretty-print.c | 6 + gcc/cp/error.c | 2 + gcc/cp/name-lookup.c | 16 +- gcc/testsuite/g++.dg/diagnostic/nullptr.C | 8 + gcc/testsuite/g++.dg/pr98213.C | 24 ++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-1.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-10.c | 2 +- gcc/tree-ssa-loop-im.c | 20 +- libstdc++-v3/acinclude.m4 | 6 + libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 8 + libstdc++-v3/include/std/thread | 7 +- libstdc++-v3/src/c++11/thread.cc | 5 +- 17 files changed, 298 insertions(+), 150 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/nullptr.C create mode 100644 gcc/testsuite/g++.dg/pr98213.C