This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 679fa4dd819 Daily bump. new 95055199ee8 libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866] new b0f022f93a7 libstdc++: Fix handling of incomplete UTF-8 sequences in _U [...] new 788ccd269e0 libstdc++: Update ABI test to disallow adding to released s [...] new 4d3b358fd75 libstdc++: Guard uses of is_pointer_interconvertible_v [PR114891] new c60205cd4ae libstdc++: Fix typo in std::stacktrace::max_size [PR115063]
The 5 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/out_ptr.h | 10 +++++++++ libstdc++-v3/include/bits/unicode.h | 24 ++++++++++------------ libstdc++-v3/include/std/generator | 8 ++++++++ libstdc++-v3/include/std/stacktrace | 2 +- .../19_diagnostics/stacktrace/stacktrace.cc | 10 +++++++++ .../testsuite/20_util/headers/memory/114866.cc | 4 ++++ libstdc++-v3/testsuite/ext/unicode/view.cc | 7 +++++++ libstdc++-v3/testsuite/util/testsuite_abi.cc | 4 ++-- 8 files changed, 53 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/headers/memory/114866.cc