This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 195c76fb53c Fix crash with constant initializer caused by IPA new 6e8dcc0aa0b libstdc++: fix compile error when converting std::weak_ptr<T[]>
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/shared_ptr_base.h | 2 +- .../testsuite/20_util/shared_ptr/requirements/1.cc | 33 ++++++++++++++++++++++ .../requirements/explicit_instantiation/1.cc | 12 ++++++++ .../testsuite/20_util/weak_ptr/requirements/1.cc | 33 ++++++++++++++++++++++ .../requirements/explicit_instantiation/1.cc | 12 ++++++++ 5 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/20_util/shared_ptr/requirements/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/weak_ptr/requirements/1.cc