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-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 5e005393d4f Disparages SSE_REGS alternatives sligntly with ?v instead o [...] adds 75df1594ae5 libgccjit: allow common objects in $(EXTRA_GCC_OBJS) and $( [...] adds ef5cc6bbb60 arm: Add star-mc1 cpu adds 5e5deac508e OpenMP: Fortran - fix ancestor's requires reverse_offload check adds d8c25809419 [Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpcmov3.c adds 90a6c3b6d69 c++: Reimplement static init/fini generation adds e94c6dbfb57 gcc: xtensa: fix PR target/105879 adds b6e1373bd34 PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap. adds 7d87790a871 c++: redeclared hidden friend take 2 [PR105852] adds e8ed26c2ac3 c++: non-templated friends [PR105852] adds 02b4e2de320 Daily bump. new 2fc6e3d55f6 This patch replaces shift and ior insns with one rotate and [...]
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 | 34 ++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm-cpus.in | 10 + gcc/config/arm/arm-tables.opt | 3 + gcc/config/arm/arm-tune.md | 4 +- gcc/config/rs6000/rs6000.md | 12 +- gcc/config/xtensa/xtensa.md | 13 +- gcc/cp/ChangeLog | 47 ++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 21 +- gcc/cp/decl2.cc | 488 ++++++++------------- gcc/cp/pt.cc | 43 +- gcc/doc/invoke.texi | 8 +- gcc/expr.cc | 11 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/openmp.cc | 9 +- gcc/jit/ChangeLog | 5 + gcc/jit/Make-lang.in | 9 +- gcc/testsuite/ChangeLog | 35 ++ gcc/testsuite/g++.dg/init/static-cdtor1.C | 17 + gcc/testsuite/g++.dg/modules/tpl-friend-2_a.C | 2 +- gcc/testsuite/g++.dg/opt/pr105874.C | 30 ++ gcc/testsuite/g++.dg/template/friend74.C | 8 + gcc/testsuite/gcc.target/i386/xop-pcmov3.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr93453-1.c | 14 + .../gfortran.dg/gomp/target-device-ancestor-5.f90 | 69 +++ 26 files changed, 560 insertions(+), 342 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/static-cdtor1.C create mode 100644 gcc/testsuite/g++.dg/opt/pr105874.C create mode 100644 gcc/testsuite/g++.dg/template/friend74.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93453-1.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-5.f90