This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9f34c951ab aarch64: Check the mode of SVE ACLE function results new d49d359b0c5 libstdc++: Fix dereferencing of std::indirect xvalues [PR121128]
The 1 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: libstdc++-v3/include/bits/indirect.h | 7 ++- .../testsuite/std/memory/indirect/access.cc | 58 ++++++++++++++++++++++ .../testsuite/std/memory/polymorphic/access.cc | 53 ++++++++++++++++++++ 3 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/access.cc create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/access.cc