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_binutils/release-aarch64 in repository toolchain/ci/gcc.
from 3273e704d04 libstdc++: Back out some changes from P2325R3 backport [PR103904] adds b9e6e99907e Daily bump. adds 7bfdd9a5a14 Daily bump. adds e89144e8a39 i386: Skip decimal float vector modes in type_natural_mode [...] adds 72b0526bd45 [Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_ [...] adds 8eee43d2917 Daily bump. adds 680ee9c3332 Prevent malicious descriptor stacking for scalar components [...] adds ae57aae60d1 fortran: Fix deref of optional in gen. code. [PR100337, backport] new d5781e740f9 RISC-V: Add target machine headers as a dependency for riscv-sr.o
The 1 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/ChangeLog | 20 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 10 +++ gcc/ada/Makefile.rtl | 1 + gcc/config/i386/i386.c | 6 +- gcc/config/riscv/t-riscv | 2 +- gcc/fortran/trans-array.c | 74 +++++++++++------ gcc/fortran/trans-intrinsic.c | 64 ++++++++++----- gcc/testsuite/ChangeLog | 37 +++++++++ gcc/testsuite/gcc.target/i386/pr79754.c | 7 ++ .../gfortran.dg/coarray_collectives_17.f90 | 42 ++++++++++ .../gfortran.dg/coarray_collectives_18.f90 | 37 +++++++++ libstdc++-v3/ChangeLog | 96 ++++++++++++++++++++++ 13 files changed, 350 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr79754.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_collectives_17.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray_collectives_18.f90