This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02a6f9a0df1 or1k: Fix struct return test new a2e1c972050 libstdc++: Implement C++26 std::polymorphic [PR119152]
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 | 376 ++++++++++++++++++++- libstdc++-v3/include/bits/version.def | 9 + libstdc++-v3/include/bits/version.h | 10 + libstdc++-v3/include/std/memory | 1 + .../std/memory/{indirect => polymorphic}/copy.cc | 78 +++-- .../memory/{indirect => polymorphic}/copy_alloc.cc | 132 +++++--- .../std/memory/{indirect => polymorphic}/ctor.cc | 92 +++-- .../testsuite/std/memory/polymorphic/ctor_poly.cc | 220 ++++++++++++ .../testsuite/std/memory/polymorphic/incomplete.cc | 13 + .../std/memory/polymorphic/invalid_neg.cc | 28 ++ .../std/memory/{indirect => polymorphic}/move.cc | 73 ++-- .../memory/{indirect => polymorphic}/move_alloc.cc | 147 +++++--- 12 files changed, 987 insertions(+), 192 deletions(-) copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/copy.cc (56%) copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/copy_alloc.cc (57%) copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/ctor.cc (63%) create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/ctor_poly.cc create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/incomplete.cc create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/invalid_neg.cc copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/move.cc (60%) copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/move_alloc.cc (61%)