This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d5eeb3709e libstdc++/testsuite: Fix malformed dg-error directive new cbdbbdd1fcc libstdc++: Consolidate bullet 1 __common_reference_impl par [...] new a9fd651fbb5 libstdc++: Implement P2655R3 changes to common_reference bullet 1 new d1ac432c5a8 libstdc++: Implement rest of P2655R3 common_reference of re [...] new ee9ded19244 Fortran: associate to a contiguous pointer or target [PR122977]
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/fortran/expr.cc | 8 +++ gcc/fortran/resolve.cc | 1 + gcc/testsuite/gfortran.dg/contiguous_16.f90 | 51 +++++++++++++++ libstdc++-v3/include/bits/refwrap.h | 34 ++++++++++ libstdc++-v3/include/bits/version.def | 16 +++++ libstdc++-v3/include/bits/version.h | 20 ++++++ libstdc++-v3/include/std/functional | 1 + libstdc++-v3/include/std/type_traits | 47 ++++++-------- .../testsuite/20_util/common_reference/p2655r3.cc | 15 +++++ .../testsuite/20_util/reference_wrapper/p2655r3.cc | 75 ++++++++++++++++++++++ 10 files changed, 241 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/contiguous_16.f90 create mode 100644 libstdc++-v3/testsuite/20_util/common_reference/p2655r3.cc create mode 100644 libstdc++-v3/testsuite/20_util/reference_wrapper/p2655r3.cc