This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/gcc.
from e66ba0f55c0 rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627] adds 70430001b74 middle-end/104402 - split out _Complex compares from COND_EXPRs adds db95441cf53 Check always_inline flag in s390_can_inline_p [PR104327] adds 12aae3b93ae AArch32: correct dot-product RTL patterns. adds f2d13164511 AArch32: correct usdot-product RTL patterns. adds 5d2a330dee3 testsuite: Fix up testsuite/gcc.c-torture/execute/builtins/ [...] adds f30e65e94d1 testsuite: avoid analyzer asm failures on non-Linux adds 9d2c0fad597 analyzer: fixes to memcpy [PR103872] adds 0c04ac0e158 analyzer: fix ICE on realloc of non-heap [PR104417] adds cc2430c122a Daily bump. adds 0103c2e4082 Don't propagate for a more expensive reg-reg move. new a3621580973 MAINTAINERS: Remove Hartmut Penner as s390 maintainer new 0af7ef050ae libgomp: Fix segfault with posthumous orphan tasks [PR104385]
The 2 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 | 46 +++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 14 ++ gcc/analyzer/region-model-impl-calls.cc | 28 ++-- gcc/analyzer/sm-taint.cc | 9 -- gcc/config/arm/arm_neon.h | 68 +++++++++ gcc/config/arm/arm_neon_builtins.def | 6 +- gcc/config/arm/neon.md | 153 +++++++++++++-------- gcc/config/s390/s390.cc | 64 ++++++--- gcc/gimple-expr.cc | 20 ++- gcc/regcprop.cc | 17 ++- gcc/testsuite/ChangeLog | 75 ++++++++++ gcc/testsuite/gcc.c-torture/compile/pr104327.c | 15 ++ .../gcc.c-torture/execute/builtins/lib/chk.c | 11 ++ gcc/testsuite/gcc.dg/analyzer/asm-x86-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/asm-x86-lp64-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/asm-x86-lp64-2.c | 2 +- gcc/testsuite/gcc.dg/analyzer/memcpy-1.c | 125 +++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr104417.c | 7 + gcc/testsuite/gcc.dg/analyzer/taint-size-1.c | 9 ++ .../asm-x86-linux-array_index_mask_nospec.c | 2 +- .../torture/asm-x86-linux-cpuid-paravirt-1.c | 2 +- .../torture/asm-x86-linux-cpuid-paravirt-2.c | 2 +- .../gcc.dg/analyzer/torture/asm-x86-linux-cpuid.c | 2 +- .../torture/asm-x86-linux-rdmsr-paravirt.c | 2 +- .../gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c | 2 +- .../asm-x86-linux-wfx_get_ps_timeout-full.c | 2 +- .../asm-x86-linux-wfx_get_ps_timeout-reduced.c | 2 +- gcc/testsuite/gcc.dg/torture/pr104402.c | 8 ++ gcc/testsuite/gcc.target/arm/simd/vdot-2-1.c | 59 +++++++- gcc/testsuite/gcc.target/arm/simd/vdot-2-2.c | 60 +++++++- gcc/testsuite/gcc.target/arm/simd/vdot-compile.c | 26 +++- gcc/testsuite/gcc.target/arm/simd/vdot-exec.c | 24 +++- gcc/testsuite/gcc.target/i386/pr104059.c | 22 +++ gcc/tree-cfg.cc | 9 +- libgomp/task.c | 2 + libgomp/testsuite/libgomp.c/pr104385.c | 26 ++++ 38 files changed, 797 insertions(+), 131 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr104327.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104417.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104402.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104059.c create mode 100644 libgomp/testsuite/libgomp.c/pr104385.c