This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap 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 adds 5b6f04276e3 tree-optimization/104263 - avoid retaining abnormal edges f [...] adds 9ec306582fd tree-optimization/104267 - fix external def vector type for [...] new e272cf95ba0 c++: var tmpl w/ dependent constrained auto type [PR103341]
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/ada/exp_ch4.adb | 6 +- gcc/cfganal.cc | 28 ++++---- gcc/cfganal.h | 1 + gcc/cfgrtl.cc | 27 +++++++- gcc/config/riscv/riscv.md | 2 + gcc/cp/decl.cc | 12 +++- gcc/fortran/trans-array.cc | 74 ++++++++++++++-------- gcc/fortran/trans-intrinsic.cc | 40 ++++++------ gcc/graph.cc | 15 +++-- gcc/testsuite/g++.dg/cpp2a/concepts-class4.C | 11 ++++ gcc/testsuite/g++.dg/cpp2a/concepts-var-templ2.C | 13 ++++ gcc/testsuite/gcc.dg/tree-ssa/inline-13.c | 27 ++++++++ .../gfortran.dg/coarray_collectives_18.f90 | 37 +++++++++++ gcc/testsuite/gnat.dg/generic_comp.adb | 39 ++++++++++++ gcc/tree-cfg.cc | 4 -- gcc/tree-vect-stmts.cc | 4 +- 16 files changed, 270 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-class4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-var-templ2.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/inline-13.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_collectives_18.f90 create mode 100644 gcc/testsuite/gnat.dg/generic_comp.adb