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-arm-bootstrap_lto in repository toolchain/ci/gcc.
from c4fee1c646d Daily bump. adds 0b7a11874d4 c++: fix tree_contains_struct for C++ types [PR101095] adds 28ca8446417 use error_at and warning_at in cfgexpand.c adds 329769b7200 use diagnostic location in diagnostic_report_current_function adds 8d76ff99220 pass location to md_asm_adjust adds ef3bb641e91 add myself to DCO section adds 4f3b383cf88 driver/101383 - handle -gtoggle in driver adds cd6ca96f5d5 [POWER10] __morestack calls from pcrel code adds f6dde32b9d4 gimplify: Fix endless recursion on volatile empty type read [...] adds 5402023f05e Revert "AArch64: Correct dot-product auto-vect optab RTL" adds 8e321f2a638 Revert "AArch32: Correct sdot RTL on aarch32" adds 79f71ec6fca Abstract out non_null adjustments in ranger. new 92acae5047e Streamline vect_gen_while
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: MAINTAINERS | 1 + gcc/cfgexpand.c | 44 +++++++++--------- gcc/config/aarch64/aarch64-simd-builtins.def | 4 +- gcc/config/aarch64/aarch64-simd.md | 62 ++++++++++++++++---------- gcc/config/aarch64/arm_neon.h | 8 ++-- gcc/config/arm/aarch-common-protos.h | 3 +- gcc/config/arm/aarch-common.c | 8 ++-- gcc/config/arm/arm.c | 4 +- gcc/config/arm/neon.md | 8 +++- 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 | 2 +- gcc/config/s390/s390.c | 2 +- gcc/config/vax/vax.c | 5 ++- gcc/config/visium/visium.c | 4 +- gcc/cp/cp-objcp-common.c | 24 +++++----- gcc/doc/tm.texi | 5 ++- gcc/gcc.c | 10 +++++ gcc/gimple-range-cache.cc | 35 +++++++++++---- gcc/gimple-range-cache.h | 2 + gcc/gimple-range.cc | 8 +--- gcc/gimplify.c | 3 +- gcc/target.def | 5 ++- gcc/testsuite/gcc.c-torture/compile/pr101437.c | 29 ++++++++++++ gcc/tree-diagnostic.c | 6 +-- gcc/tree-vect-loop-manip.c | 14 +++--- gcc/tree-vect-stmts.c | 21 ++++----- gcc/tree-vectorizer.h | 3 +- libgcc/config/rs6000/morestack.S | 41 +++++++++++++++++ 33 files changed, 258 insertions(+), 127 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101437.c