This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a761ae6589 Daily bump. new c3861f79859 libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101] new 72ce3fd2c72 libstdc++: Remove unused std::pair helper function new a68080a121d libstdc++: Fix deprecated attribute for std::get_temporary_buffer new 9c186493a7c libstdc++: Update documentation for C++17 deprecations new 2f714642e57 Handle failure to determine pointer provenance conservative [...] new 282110ae8b5 Suppress valid warning [PR104103]. new 6325041c2b6 Add test for bogus warning [PR104076].
The 7 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/gimple-ssa-warn-access.cc | 4 ++- gcc/testsuite/g++.dg/warn/Wdangling-pointer-3.C | 39 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wuse-after-free.c | 41 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr57147-2.c | 6 ++++ libstdc++-v3/doc/html/manual/api.html | 10 ++++++ libstdc++-v3/doc/html/manual/status.html | 4 +-- libstdc++-v3/doc/xml/manual/evolution.xml | 14 +++++++++ libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 4 +++ libstdc++-v3/include/bits/stl_pair.h | 14 --------- libstdc++-v3/include/bits/stl_tempbuf.h | 2 +- 11 files changed, 121 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-pointer-3.C create mode 100644 gcc/testsuite/gcc.dg/Wuse-after-free.c