This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 982a2c9b786 libstdc++: Add std::time_get %r support [PR71367] adds bb6a1ebb858 Fortran: fix check for pointer dummy arguments with INTENT(IN) adds 0df964ba287 c++: Add test for C++23 auto(x) adds 1e2eee7b29e symtab: fix comment typo
No new revisions were added by this update.
Summary of changes: gcc/fortran/check.c | 32 +++++-------------------- gcc/fortran/expr.c | 9 ++++--- gcc/symtab.c | 2 +- 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 ++++++++++++++++++++++++++ 6 files changed, 66 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-fncast10.C create mode 100644 gcc/testsuite/gfortran.dg/pointer_intent_9.f90