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-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 269ca408e28 Fortran - ICE in gfc_conv_expr_present initializing non-dum [...] adds a42f8120442 c++: constexpr array reference and value-initialization [PR101371] adds 398572c1544 Turn hybrid mode off, default to ranger-only mode for EVRP. adds 4940166a151 Vect: correct rebase issue adds b15e301748f c++: enable -fdelete-dead-exceptions by default adds 91bb571d200 vec: use auto_vec in a few more places adds bebd8e9da83 c++: CTAD and forwarding references [PR88252] adds 7d914777fc6 rs6000: Move rs6000_split_multireg_move to later in file adds 69feb7601e8 rs6000: Generate an lxvp instead of two adjacent lxv instructions adds c4fee1c646d Daily bump. adds 0b7a11874d4 c++: fix tree_contains_struct for C++ types [PR101095] new 28ca8446417 use error_at and warning_at in cfgexpand.c new 329769b7200 use diagnostic location in diagnostic_report_current_function new 8d76ff99220 pass location to md_asm_adjust new ef3bb641e91 add myself to DCO section
The 4 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: MAINTAINERS | 1 + gcc/ChangeLog | 130 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c-opts.c | 4 + gcc/cfgexpand.c | 44 +- gcc/config/arm/aarch-common-protos.h | 3 +- gcc/config/arm/aarch-common.c | 8 +- gcc/config/arm/arm.c | 4 +- gcc/config/avr/avr.c | 3 +- gcc/config/cris/cris.c | 4 +- gcc/config/i386/i386.c | 8 +- gcc/config/mn10300/mn10300.c | 2 +- gcc/config/nds32/nds32.c | 3 +- gcc/config/pdp11/pdp11.c | 4 +- gcc/config/rs6000/rs6000.c | 3121 +++++++++++----------- gcc/config/s390/s390.c | 2 +- gcc/config/vax/vax.c | 5 +- gcc/config/visium/visium.c | 4 +- gcc/cp/ChangeLog | 35 + gcc/cp/class.c | 4 +- gcc/cp/constexpr.c | 15 +- gcc/cp/coroutines.cc | 2 +- gcc/cp/cp-gimplify.c | 3 +- gcc/cp/cp-objcp-common.c | 24 +- gcc/cp/cp-tree.h | 6 - gcc/cp/parser.c | 6 +- gcc/cp/pt.c | 90 +- gcc/cp/semantics.c | 3 +- gcc/doc/invoke.texi | 6 +- gcc/doc/tm.texi | 5 +- gcc/fortran/ChangeLog | 6 + gcc/params.opt | 2 +- gcc/sel-sched-ir.h | 2 +- gcc/target.def | 5 +- gcc/testsuite/ChangeLog | 81 + gcc/testsuite/g++.dg/cpp1y/constexpr-101371-2.C | 23 + gcc/testsuite/g++.dg/cpp1y/constexpr-101371.C | 29 + gcc/testsuite/g++.dg/cpp1z/class-deduction96.C | 34 + gcc/testsuite/g++.dg/torture/pr100382.C | 1 + gcc/testsuite/gcc.dg/pr80776-1.c | 2 +- gcc/testsuite/gcc.dg/vect/vect-reduc-dot-11.c | 2 +- gcc/testsuite/gcc.dg/vect/vect-reduc-dot-15.c | 2 +- gcc/testsuite/gcc.dg/vect/vect-reduc-dot-19.c | 2 +- gcc/testsuite/gcc.dg/vect/vect-reduc-dot-21.c | 2 +- gcc/testsuite/gcc.target/powerpc/mma-builtin-9.c | 28 + gcc/tree-diagnostic.c | 6 +- gcc/tree-vect-patterns.c | 6 - libstdc++-v3/ChangeLog | 7 + 49 files changed, 2117 insertions(+), 1678 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-101371-2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-101371.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction96.C create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-9.c