This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bbdf2d39673 [Ada] Plug small loophole with boolean values new 9e136807c5b libstdc++: Update __cpp_lib_adaptor_iterator_pair_construct [...] new 96955a82f0e libstdc++: Support printing volatile pointers (P1147R1) new 9665c2e7684 libstdc++: Add noexcept to some std::function internals new 7646847df71 libstdc++: Fix testcase for newly-implemented C++20 semanti [...] new 604459a0958 More .DEFERRED_INIT expansion rework
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/internal-fn.c | 27 ++++++++++++---------- gcc/testsuite/gcc.target/aarch64/sve/pr102587-1.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/pr102587-2.c | 2 +- libstdc++-v3/include/bits/std_function.h | 18 +++++++-------- libstdc++-v3/include/bits/stl_queue.h | 2 +- libstdc++-v3/include/bits/stl_stack.h | 2 +- libstdc++-v3/include/std/ostream | 7 ++++++ libstdc++-v3/include/std/version | 2 +- .../20_util/is_trivially_constructible/value.cc | 2 +- .../23_containers/queue/cons_from_iters.cc | 2 +- .../23_containers/stack/cons_from_iters.cc | 2 +- .../inserters_other/char/volatile_ptr.cc | 11 +++++++++ 12 files changed, 50 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char [...]