This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/release-aarch64 in repository toolchain/ci/gcc.
from 2837450c4e8 c++: parameter pack inside static_assert [PR99893] adds b242eb2084d Daily bump. adds a9c54c5ec76 Daily bump. adds 3b0f715744d fortran: Unshare associate var charlen [PR104228] adds 6b4e07251c6 fortran: Separate associate character lengths earlier [PR104570] adds fdaa6de39a5 Fortran: a RECURSIVE procedure cannot be an INTRINSIC adds bf4f606142b Daily bump. adds f049717d8d5 RISC-V: Allow multi-lib build with different code model adds fa21fcfb675 RISC-V: Support -misa-spec for arch-canonicalize and multil [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 10 +++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 3 +- gcc/config/riscv/arch-canonicalize | 51 +++++++++--- gcc/config/riscv/multilib-generator | 96 ++++++++++++++-------- gcc/cp/ChangeLog | 9 ++ gcc/doc/install.texi | 17 ++++ gcc/fortran/ChangeLog | 34 ++++++++ gcc/fortran/intrinsic.c | 1 + gcc/fortran/parse.c | 18 ++++ gcc/fortran/resolve.c | 10 ++- gcc/fortran/trans-stmt.c | 2 +- gcc/testsuite/ChangeLog | 44 ++++++++++ gcc/testsuite/gfortran.dg/asan/associate_58.f90 | 19 +++++ gcc/testsuite/gfortran.dg/asan/associate_59.f90 | 19 +++++ gcc/testsuite/gfortran.dg/associate_58.f90 | 21 +++++ .../gfortran.dg/recursive_reference_3.f90 | 14 ++++ 17 files changed, 319 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_59.f90 create mode 100644 gcc/testsuite/gfortran.dg/associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/recursive_reference_3.f90