This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3fe767c16e c-family: Support #pragma region/endregion [PR85487] new b3ac43a3c05 libstdc++: Avoid redundant checks in std::use_facet [PR103755] new 56d2222c58b libstdc++: Fix test that uses C++17 variable template in C++14 new f54ae4da1f6 libstdc++: Add missing definition for <charconv> in C++14 mode new fbad7a74aaa libstdc++: Fix tests with non-const operator==
The 4 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/config/abi/pre/gnu.ver | 43 +++++++-- libstdc++-v3/include/bits/basic_ios.tcc | 17 +--- libstdc++-v3/include/bits/fstream.tcc | 8 +- libstdc++-v3/include/bits/locale_classes.h | 12 +++ libstdc++-v3/include/bits/locale_classes.tcc | 99 ++++++++++++++++--- libstdc++-v3/include/bits/locale_facets.tcc | 34 ++++++- libstdc++-v3/include/bits/locale_facets_nonio.tcc | 64 +++++++++++++ libstdc++-v3/include/std/charconv | 6 ++ libstdc++-v3/src/c++11/locale-inst-monetary.h | 8 +- libstdc++-v3/src/c++11/locale-inst-numeric.h | 8 +- libstdc++-v3/src/c++11/locale-inst.cc | 105 +++++---------------- libstdc++-v3/src/c++98/compatibility-ldbl.cc | 8 ++ libstdc++-v3/testsuite/20_util/tuple/swap.cc | 2 +- .../22_locale/ctype/is/string/89728_neg.cc | 5 +- .../testsuite/26_numerics/valarray/87641.cc | 2 +- .../propagate_const/observers/107525.cc | 4 +- 16 files changed, 286 insertions(+), 139 deletions(-)