This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from fa463e6f423 Add -mavx512vbmi2 to i386-2.C and i386-3.C adds 44ea6508f10 [Fortran] ICE assign character pointer to non target PR93714 adds 00244172f8e [fortran] xfail no longer necessary in typebound_call_22.f03 adds 2ee6afc2b45 Daily bump. adds f55bf4ddbfa i386: Skip ENDBR32 at the target function entry adds bd2537ed5d4 i386: Fix *vec_extractv2sf_1 and *vec_extractv2sf_1 shufps [...] adds 8b3c0979ea1 Daily bump. adds 4ccda0308ef Fix handling of floating-point homogeneous aggregates. adds 3004aba7a0e Daily bump. adds c080a6fb6f0 Use au->lock exclusively for locking in async I/O. adds 6900c1ec9a3 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 24 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 7 +++- gcc/config/i386/mmx.md | 8 ++-- gcc/config/pa/pa.c | 2 +- gcc/config/pa/som.h | 18 ++++++--- gcc/fortran/ChangeLog | 10 +++++ gcc/fortran/expr.c | 14 +++---- gcc/testsuite/ChangeLog | 23 +++++++++++ gcc/testsuite/gcc.target/i386/pr93656.c | 4 ++ .../gfortran.dg/char_pointer_assign_6.f90 | 4 +- gcc/testsuite/gfortran.dg/pr93714_1.f90 | 11 ++++++ gcc/testsuite/gfortran.dg/pr93714_2.f90 | 11 ++++++ gcc/testsuite/gfortran.dg/typebound_call_22.f03 | 2 +- libgfortran/ChangeLog | 25 ++++++++++++ libgfortran/io/async.c | 23 +++++------ libgfortran/io/async.h | 45 +++++++++++----------- 17 files changed, 173 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr93656.c create mode 100644 gcc/testsuite/gfortran.dg/pr93714_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93714_2.f90