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 in repository toolchain/ci/gcc.
from 7cce7b1c3d8 libstdc++: Remove incorrect copyright notice from header adds 058d19b42ad tree-optimization/84201 - add --param vect-induction-float adds 10ecf5182a0 contrib: Fix gcc-descr script [PR102664] adds 6319391d563 Fix typo in gcc/params.opt. adds 796f5220c80 arm: MVE: Relax addressing modes for full loads and stores adds 23ed4df521d x86: Disallow unsupported EH return new e1133c0205a rtl: ICE with thread_local and inline asm [PR104777] new b7175f36812 analyzer: more test coverage of leak detection [PR99771] new 34b45cc5266 Darwin: Address a translation comment [PR104552].
The 3 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: contrib/git-descr.sh | 2 +- gcc/config/arm/arm.cc | 25 +++---- gcc/config/arm/arm.h | 4 ++ gcc/config/host-darwin.cc | 2 +- gcc/config/i386/i386.cc | 11 +-- gcc/doc/invoke.texi | 3 + gcc/params.opt | 6 +- gcc/rtl.cc | 4 +- gcc/testsuite/gcc.dg/analyzer/leak-4.c | 103 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/tls/pr104777.c | 30 ++++++++ gcc/testsuite/gcc.dg/vect/pr84201.c | 22 ++++++ gcc/testsuite/gcc.target/i386/eh_return-1.c | 2 +- gcc/testsuite/gcc.target/i386/eh_return-2.c | 2 +- gcc/tree-vect-loop.cc | 8 +++ 14 files changed, 201 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-4.c create mode 100644 gcc/testsuite/gcc.dg/torture/tls/pr104777.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr84201.c