This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b2b2ac34ba4 libstdc++: optimize weak_ptr converting constructor/assignment new 9eab6c6f223 testsuite: Add tests for PR c/107419 and PR c++/107393 new f463e6bd8e8 libstdc++: Add always_inline to ranges iterator ops and acc [...] new d99c6786c3e libstdc++: Use consteval for _S_noexcept() helper functions
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: gcc/testsuite/c-c++-common/tls-attr-common.c | 20 +++++++++ gcc/testsuite/c-c++-common/tls-attr-le-pic.c | 15 +++++++ gcc/testsuite/c-c++-common/tls-attr-le-pie.c | 15 +++++++ libstdc++-v3/include/bits/iterator_concepts.h | 4 +- libstdc++-v3/include/bits/ranges_base.h | 61 ++++++++++++++++----------- libstdc++-v3/include/std/concepts | 2 +- 6 files changed, 90 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/tls-attr-common.c create mode 100644 gcc/testsuite/c-c++-common/tls-attr-le-pic.c create mode 100644 gcc/testsuite/c-c++-common/tls-attr-le-pie.c