This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9030c54d3ff i386: Fix up splitters into vptest [PR119357] new d50171bc070 libstdc++: Support maps deduction from_range of tuples. new 9a13dc48a3a Fortran: Fix comp call in associate [PR119272]
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: gcc/fortran/resolve.cc | 5 +- gcc/testsuite/gfortran.dg/associate_74.f90 | 47 ++++++++++++++++ libstdc++-v3/include/bits/ranges_base.h | 10 +++- libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 61 ++++++++++++++++++++ .../testsuite/23_containers/flat_multimap/1.cc | 65 ++++++++++++++++++++++ .../testsuite/23_containers/map/cons/from_range.cc | 8 ++- .../23_containers/multimap/cons/from_range.cc | 8 ++- .../23_containers/unordered_map/cons/from_range.cc | 8 ++- .../unordered_multimap/cons/from_range.cc | 12 +++- 9 files changed, 208 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_74.f90