This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c1c2485a4b aarch64: Fix expansion of svsudot [PR114607] new 87bc20676ce libstdc++: Combine two std::from_chars tests into one new cd77e152875 libstdc++: Fix tests that fail with -fno-char8_t new feb6a2d3569 libstdc++: Use char for _Utf8_view if char8_t isn't availab [...]
The 3 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/unicode.h | 3 ++ .../testsuite/20_util/from_chars/1_c++20_neg.cc | 43 ---------------------- libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc | 7 ++++ .../20_util/integer_comparisons/equal_neg.cc | 4 +- .../integer_comparisons/greater_equal_neg.cc | 4 +- .../20_util/integer_comparisons/greater_neg.cc | 4 +- .../20_util/integer_comparisons/in_range_neg.cc | 6 ++- .../20_util/integer_comparisons/less_equal_neg.cc | 4 +- .../20_util/integer_comparisons/less_neg.cc | 4 +- .../20_util/integer_comparisons/not_equal_neg.cc | 4 +- .../21_strings/basic_string/hash/hash_char8_t.cc | 1 + .../headers/cuchar/functions_std_cxx20.cc | 1 + .../inserters_character/char/deleted.cc | 1 + .../inserters_character/wchar_t/deleted.cc | 1 + .../27_io/filesystem/path/factory/u8path-depr.cc | 4 +- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 2 +- .../29_atomics/atomic_integral/wait_notify.cc | 2 + .../headers/atomic/types_std_c++20_neg.cc | 2 - libstdc++-v3/testsuite/ext/unicode/view.cc | 4 +- 19 files changed, 38 insertions(+), 63 deletions(-) delete mode 100644 libstdc++-v3/testsuite/20_util/from_chars/1_c++20_neg.cc