This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 982a2c9b786 libstdc++: Add std::time_get %r support [PR71367] new bb6a1ebb858 Fortran: fix check for pointer dummy arguments with INTENT(IN) new 0df964ba287 c++: Add test for C++23 auto(x)
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/check.c | 32 +++++-------------------- gcc/fortran/expr.c | 9 ++++--- gcc/testsuite/g++.dg/cpp23/auto-fncast10.C | 18 ++++++++++++++ gcc/testsuite/gfortran.dg/move_alloc_8.f90 | 4 ++-- gcc/testsuite/gfortran.dg/pointer_intent_9.f90 | 33 ++++++++++++++++++++++++++ 5 files changed, 65 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-fncast10.C create mode 100644 gcc/testsuite/gfortran.dg/pointer_intent_9.f90