This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e2dae50d2d Fix grammar in error message. new 98cf2c26596 libstdc++: Implement "Safe Integral Comparisons" (P0586R2) new d6dfa3dafc0 libstdc++: Make "implicit expression variants" more explici [...] new 4540ef781bc libstdc++: Fix regression in libstdc++-prettyprinters/cxx20.cc
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/ChangeLog | 29 ++++++++ libstdc++-v3/include/bits/iterator_concepts.h | 3 + libstdc++-v3/include/std/concepts | 3 +- libstdc++-v3/include/std/type_traits | 4 ++ libstdc++-v3/include/std/utility | 74 ++++++++++++++++++++ libstdc++-v3/include/std/version | 1 + libstdc++-v3/python/libstdcxx/v6/printers.py | 2 +- .../integer_comparisons/1.cc} | 24 ++----- .../concepts => 20_util/integer_comparisons}/2.cc | 10 +-- .../integer_comparisons/equal.cc} | 61 ++++++++-------- .../integer_comparisons/equal_neg.cc} | 49 ++++--------- .../20_util/integer_comparisons/greater_equal.cc | 81 ++++++++++++++++++++++ .../integer_comparisons/greater_equal_neg.cc} | 49 ++++--------- .../integer_comparisons/greater_neg.cc} | 49 ++++--------- .../20_util/integer_comparisons/in_range.cc | 81 ++++++++++++++++++++++ .../integer_comparisons/in_range_neg.cc} | 49 ++++--------- .../testsuite/20_util/integer_comparisons/less.cc | 78 +++++++++++++++++++++ .../20_util/integer_comparisons/less_equal.cc | 81 ++++++++++++++++++++++ .../integer_comparisons/less_equal_neg.cc} | 49 ++++--------- .../integer_comparisons/less_neg.cc} | 49 ++++--------- .../20_util/integer_comparisons/not_equal.cc | 75 ++++++++++++++++++++ .../integer_comparisons/not_equal_neg.cc} | 49 ++++--------- 22 files changed, 654 insertions(+), 296 deletions(-) copy libstdc++-v3/testsuite/{29_atomics/atomic_float/value_init.cc => 20_util/inte [...] copy libstdc++-v3/testsuite/{std/concepts => 20_util/integer_comparisons}/2.cc (71%) copy libstdc++-v3/testsuite/{25_algorithms/is_sorted/constrained.cc => 20_util/int [...] copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/greater_equal.cc copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/in_range.cc copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/less.cc create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/less_equal.cc copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...] create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/not_equal.cc copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_callback/destructible_neg. [...]