This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe5bfa67041 offload-defaulted: Config option to silently ignore uninsta [...] new 668df9e769e aarch64: Fix address mode for vec_concat pattern [PR100305] new d96db15967e libstdc++: Deprecate non-standard std::pair constructors [P [...] new e1543e694da libstdc++: Simplify std::pair constraints using concepts new 59f5d16f2c5 arm: fix UB due to missing mode check [PR100311]
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/constraints.md | 2 + gcc/config/arm/arm.c | 2 +- gcc/testsuite/gcc.c-torture/compile/pr100305.c | 13 + libstdc++-v3/include/bits/stl_pair.h | 364 +++++++++++++++------ libstdc++-v3/testsuite/20_util/pair/40925.cc | 14 +- libstdc++-v3/testsuite/20_util/pair/cons/99957.cc | 28 ++ .../20_util/pair/cons/explicit_construct.cc | 16 +- 7 files changed, 328 insertions(+), 111 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100305.c create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/99957.cc