This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e189d5c931c rs6000: Add tests for _mm_insert_epi{8,32,64} new 623443357e6 libstdc++: Reduce the size of an unbounded iota_view new 620db4ca608 libstdc++: Reduce the size of a subrange with empty sentinel type new ea51fba504d libstdc++: Add test that tracks range adaptors' sizes new 361e32eeaa8 libstdc++: Rearrange some range adaptors' data members new 2a10a2c0689 OpenMP: Handle cpp_implicit_alias in declare-target discove [...]
The 5 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/omp-offload.c | 44 +++++++++++++++--- libgomp/testsuite/libgomp.c++/pr96390.C | 49 ++++++++++++++++++++ libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 26 +++++++++++ libstdc++-v3/include/bits/ranges_util.h | 2 +- libstdc++-v3/include/std/ranges | 49 ++++++++++---------- .../testsuite/std/ranges/adaptors/sizeof.cc | 52 ++++++++++++++++++++++ .../testsuite/std/ranges/iota/iota_view.cc | 3 ++ .../sentinel.cc => std/ranges/subrange/sizeof.cc} | 16 ++++--- 8 files changed, 201 insertions(+), 40 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/pr96390.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr96390.c create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/sizeof.cc copy libstdc++-v3/testsuite/{24_iterators/istreambuf_iterator/cons/sentinel.cc => [...]