This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b3083a598c c: C2x enums wider than int [PR36113] new c70b44f2c1a libstdc++: Implement ranges::stride_view from P1899R3 new 0101137c7c5 c++ modules: stream non-trailing default targs [PR105045] new 6be2672e4ee libsanitizer: Avoid implicit function declaration in config [...] new 885b6660c17 libiberty: Fix C89-isms in configure tests
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: gcc/cp/module.cc | 20 +- gcc/testsuite/g++.dg/modules/pr105045_a.C | 7 + gcc/testsuite/g++.dg/modules/pr105045_b.C | 6 + libiberty/acinclude.m4 | 14 +- libiberty/configure | 14 +- libsanitizer/configure | 5 +- libsanitizer/configure.ac | 3 +- libstdc++-v3/include/std/ranges | 351 +++++++++++++++++++++ .../testsuite/std/ranges/adaptors/stride/1.cc | 73 +++++ 9 files changed, 470 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/pr105045_a.C create mode 100644 gcc/testsuite/g++.dg/modules/pr105045_b.C create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/stride/1.cc