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-aarch64 in repository toolchain/ci/gcc.
from 4d2efec9f22 c++: pack in enumerator in lambda [PR100198] adds c9c48ab7bad Prevent malicious descriptor stacking for scalar components. adds 6da86c254aa Revert "Prevent malicious descriptor stacking for scalar co [...] adds b16a3dea1d1 Fix wrong operator for universal_integer operands in instance adds b500d2591ea Make graph dumping work for fn != cfun adds 430dca620fa cfgrtl: Fix up locus comparison in unique_locus_on_edge_bet [...] adds 26e237fb5b8 Prevent malicious descriptor stacking for scalar components [V2]. adds 833e651a76c RISC-V: Document `auipc' and `bitmanip' `type' attributes
No new revisions were added by this update.
Summary of changes: gcc/ada/exp_ch4.adb | 6 +- gcc/cfganal.cc | 28 ++++---- gcc/cfganal.h | 1 + gcc/cfgrtl.cc | 27 +++++++- gcc/config/riscv/riscv.md | 2 + gcc/fortran/trans-array.cc | 74 ++++++++++++++-------- gcc/fortran/trans-intrinsic.cc | 40 ++++++------ gcc/graph.cc | 15 +++-- .../gfortran.dg/coarray_collectives_18.f90 | 37 +++++++++++ gcc/testsuite/gnat.dg/generic_comp.adb | 39 ++++++++++++ 10 files changed, 205 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_collectives_18.f90 create mode 100644 gcc/testsuite/gnat.dg/generic_comp.adb