This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2ebccc9719 Fix profile of forwarders produced by cd-dce new a29df49b7d8 IBM zSystems: Assume symbols without explicit alignment to be ok new fa98bc4270d libstdc++: Qualify calls to debug mode helpers new 6eafdfc73c2 libstdc++: Implement P2538R1 ADL-proof std::projected new 3bb9f9329c3 libstdc++: Fix std::format for pointers [PR110239]
The 4 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/s390/s390.cc | 6 ++-- gcc/testsuite/gcc.target/s390/larl-1.c | 32 +++++++++++++++++ libstdc++-v3/include/bits/iterator_concepts.h | 35 ++++++++++++------ libstdc++-v3/include/debug/helper_functions.h | 32 +++++++++++------ libstdc++-v3/include/std/format | 33 ++++++----------- .../indirect_callable/projected-adl.cc | 42 ++++++++++++++++++++++ libstdc++-v3/testsuite/std/format/string.cc | 5 +++ 7 files changed, 139 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/larl-1.c create mode 100644 libstdc++-v3/testsuite/24_iterators/indirect_callable/projected-adl.cc