This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf10f0db20d Fix block index check in insert_updated_phi_nodes_for new 74690ff96b2 aarch64: Preserve mem info on change of base for ldp/stp [P [...] new 6709e35457a libstdc++: Simplify std::variant comparison operators new 9927059bb88 libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866] new 3f04f3939ea libstdc++: Fix handling of incomplete UTF-8 sequences in _U [...]
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/aarch64/aarch64-ldp-fusion.cc | 8 ++++---- gcc/testsuite/gcc.target/aarch64/pr114674.c | 17 +++++++++++++++ libstdc++-v3/include/bits/out_ptr.h | 10 +++++++++ libstdc++-v3/include/bits/unicode.h | 24 ++++++++++------------ libstdc++-v3/include/std/variant | 20 ++++++++---------- .../testsuite/20_util/headers/memory/114866.cc | 4 ++++ libstdc++-v3/testsuite/ext/unicode/view.cc | 7 +++++++ 7 files changed, 62 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr114674.c create mode 100644 libstdc++-v3/testsuite/20_util/headers/memory/114866.cc