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_O1 in repository toolchain/ci/gcc.
from 6345c414544 Daily bump. adds aa8fd7f6568 LoongArch: Modify fp_sp_offset and gp_sp_offset's calculati [...] adds bf3695691f4 i386: Handle memory operand for direct call to cvtps2pd in unpack adds 13f44099bcc middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart. adds faa0c328ee6 Fix one issue in OpenMP 'requires' directive diagnostics adds f7854e2faf7 middle-end: don't lower past veclower [PR106063] adds 95a234f5cbd lto-dump: Do not print output file adds cf3a120084e tree-optimization/106226 - move vectorizer virtual SSA update adds 6da7f7c5ac0 sanitizer: Fix hwasan related option conflicts [PR106132] adds 2bd15617e73 diagnostics: Make line-ending logic consistent with libcpp [...] adds b984b84cbe4 testsuite: Fix tree-ssa/alias-access-path-13.c on 32bit pla [...] adds 55bb77b50a5 libbacktrace: check for sys/link.h adds 0fe604a2d93 Daily bump. adds 71e3daa31cf Fix tree-opt/PR106087: ICE with inline-asm with multiple ou [...] new 84ff566c63c [PATCH][s390]: Fix the usage of store_bit_field in the backend.
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 | 88 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.cc | 8 +- gcc/calls.cc | 2 +- gcc/config/i386/sse.md | 12 ++- gcc/config/loongarch/loongarch.cc | 12 ++- gcc/config/s390/s390.cc | 2 +- gcc/diagnostic-show-locus.cc | 14 ++-- gcc/emit-rtl.cc | 6 +- gcc/expmed.cc | 28 ++++--- gcc/expmed.h | 2 +- gcc/expr.cc | 44 +++++------ gcc/expr.h | 2 +- gcc/ifcvt.cc | 5 +- gcc/input.cc | 67 ++++++++++++---- gcc/internal-fn.cc | 16 ++-- gcc/lto-cgraph.cc | 2 +- gcc/lto/ChangeLog | 5 ++ gcc/lto/lto-dump.cc | 16 ++-- gcc/match.pd | 14 +++- gcc/opts.cc | 4 +- gcc/testsuite/ChangeLog | 40 ++++++++++ gcc/testsuite/c-c++-common/hwasan/arguments-3.c | 4 +- gcc/testsuite/c-c++-common/pr91733.c | 17 +++++ gcc/testsuite/g++.target/aarch64/complex-init.C | 37 +++++++++ gcc/testsuite/g++.target/i386/pr106180-1.C | 31 ++++++++ gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c | 14 ++++ gcc/testsuite/gcc.dg/pr106063.c | 9 +++ .../gcc.dg/tree-ssa/alias-access-path-13.c | 7 +- gcc/testsuite/gcc.target/loongarch/prolog-opt.c | 15 ++++ gcc/testsuite/gfortran.dg/pr106226.f | 37 +++++++++ gcc/toplev.cc | 2 +- gcc/tree-ssa-dce.cc | 7 ++ gcc/tree-vect-loop-manip.cc | 11 ++- gcc/tree-vect-stmts.cc | 8 ++ gcc/tree-vectorizer.cc | 29 ++++++- libbacktrace/ChangeLog | 7 ++ libbacktrace/config.h.in | 3 + libbacktrace/configure | 17 +++-- libbacktrace/configure.ac | 10 ++- libbacktrace/elf.c | 7 +- libgomp/ChangeLog | 8 ++ .../testsuite/libgomp.c-c++-common/requires-1.c | 4 +- .../testsuite/libgomp.c-c++-common/requires-2.c | 4 +- .../testsuite/libgomp.c-c++-common/requires-3.c | 4 +- .../testsuite/libgomp.c-c++-common/requires-7.c | 10 ++- libgomp/testsuite/libgomp.fortran/requires-1.f90 | 8 ++ 47 files changed, 583 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr91733.c create mode 100644 gcc/testsuite/g++.target/aarch64/complex-init.C create mode 100644 gcc/testsuite/g++.target/i386/pr106180-1.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c create mode 100644 gcc/testsuite/gcc.dg/pr106063.c create mode 100644 gcc/testsuite/gcc.target/loongarch/prolog-opt.c create mode 100644 gcc/testsuite/gfortran.dg/pr106226.f