This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a6303a09f94 Fix profile update in gimple-harden-conditionals.cc new 701ce3c7236 libstdc++: Declutter std::optional and std:variant pretty p [...] new 3d2e240af77 libstdc++: Add pretty printer for std::locale new d96659e34cd Fix confusion about load_p in vect_build_slp_tree_1 new c47430bba62 libstdc++: Implement new SI prefixes in <ratio> for C++23 ( [...] new e64ad2c84f5 libstdc++: Tweak some preprocessor conditions for feature tests new d6271d600d5 libstdc++: Fix -Wunused-but-set-variable in std::format_to test new dd4bdb9eea4 libstdc++: fix illegal pointer arithmetic in format [PR111102] new 7564fe98657 libstdc++: Add test for illegal pointer arithmetic in forma [...]
The 8 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/tree-vect-slp.cc | 42 +++++++++------- libstdc++-v3/include/bits/version.def | 8 ++++ libstdc++-v3/include/bits/version.h | 11 +++++ libstdc++-v3/include/std/atomic | 28 +++++------ libstdc++-v3/include/std/format | 3 +- libstdc++-v3/include/std/ostream | 6 +-- libstdc++-v3/include/std/ratio | 56 +++++++++++++++------- libstdc++-v3/include/std/thread | 2 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 48 ++++++++++++++++++- .../20_util/ratio/operations/ops_overflow_neg.cc | 6 +-- .../testsuite/libstdc++-prettyprinters/compat.cc | 8 ++-- .../testsuite/libstdc++-prettyprinters/cxx17.cc | 22 ++++----- .../libstdc++-prettyprinters/libfundts.cc | 12 ++--- .../testsuite/libstdc++-prettyprinters/locale.cc | 36 ++++++++++++++ .../testsuite/std/format/functions/format_to.cc | 8 ++-- libstdc++-v3/testsuite/std/format/string.cc | 15 ++++++ 16 files changed, 227 insertions(+), 84 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/locale.cc