This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from 0fe27d84410 Fix hash table breakage new 28d02ccd112 Stream MEM_REFs, who knew? new 82529869cea libstdc++: integer-class types as per [iterator.concept.winc]
The 2 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: ChangeLog.modules | 9 + gcc/cp/module.cc | 4 - gcc/testsuite/g++.dg/modules/memref-1_a.C | 24 + .../g++.dg/modules/{gmf-2_d.C => memref-1_b.C} | 8 +- libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/iterator_concepts.h | 24 +- libstdc++-v3/include/bits/max_size_type.h | 753 +++++++++++++++++++++ libstdc++-v3/include/bits/range_access.h | 11 + .../ranges/iota/difference_type.cc} | 43 +- .../testsuite/std/ranges/iota/max_size_type.cc | 376 ++++++++++ 11 files changed, 1218 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/memref-1_a.C copy gcc/testsuite/g++.dg/modules/{gmf-2_d.C => memref-1_b.C} (50%) create mode 100644 libstdc++-v3/include/bits/max_size_type.h copy libstdc++-v3/testsuite/{25_algorithms/move_backward/95578.cc => std/ranges/io [...] create mode 100644 libstdc++-v3/testsuite/std/ranges/iota/max_size_type.cc