This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 95e5c38a98c ipa/109983 - (IPA) PTA speedup new 979f8bfd316 libstdc++: Deprecate std::setfill for std::basic_istream [P [...] new 7037e7b6e4a libstdc++: Fix preprocessor conditions for std::from_chars [...] new 51cf0b3949b libstdc++: Disable embedded tzdata for all 16-bit targets new f150a084e25 libstdc++: Add std::numeric_limits<__float128> specializati [...] new b960c253e98 libstdc++: Add missing noexcept to std::scoped_allocator_adaptor new 0ed5259ccbd libstdc++: Replace obsolete shell syntax in configure.ac new 5a07b3b8bb9 libstdc++: Do not include <exception> in <mutex>
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: libstdc++-v3/acinclude.m4 | 15 +++-- libstdc++-v3/configure | 20 ++++-- libstdc++-v3/configure.ac | 2 +- libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 3 + libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/manual/evolution.xml | 9 +++ libstdc++-v3/include/bits/unique_lock.h | 1 + libstdc++-v3/include/std/iomanip | 2 + libstdc++-v3/include/std/limits | 75 ++++++++++++++++++++++ libstdc++-v3/include/std/mutex | 12 ++-- libstdc++-v3/include/std/scoped_allocator | 45 +++++++------ libstdc++-v3/src/c++17/floating_from_chars.cc | 20 ++++-- .../testsuite/18_support/numeric_limits/128bit.cc | 12 ++++ .../testsuite/20_util/scoped_allocator/noexcept.cc | 47 ++++++++++++++ .../27_io/manipulators/standard/char/1.cc | 4 +- .../27_io/manipulators/standard/char/2.cc | 2 +- .../27_io/manipulators/standard/wchar_t/1.cc | 4 +- .../27_io/manipulators/standard/wchar_t/2.cc | 2 +- 21 files changed, 228 insertions(+), 55 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/numeric_limits/128bit.cc create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc