This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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 adds e1133c0205a rtl: ICE with thread_local and inline asm [PR104777] adds b7175f36812 analyzer: more test coverage of leak detection [PR99771] adds 34b45cc5266 Darwin: Address a translation comment [PR104552]. adds 768956c0d11 arm: Remove unused variable arm_binop_none_none_unone_qualifiers adds e480c3c06d2 c++: Don't suggest cdtor or conversion op identifiers in sp [...] adds e3e369dad6c Fortran: do not frontend-optimize MINLOC/MAXLOC for charact [...] adds 6f748bc1e7f c++: Attribute deprecated/unavailable divergence adds 2858e2afcb0 compiler: ignore function type result name in export data new d54ce4641ed c++: Wrong error with alias template in class tmpl [PR104108]
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/config/arm/arm-builtins.cc | 6 -- 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/cp/decl2.cc | 1 + gcc/cp/pt.cc | 8 +- gcc/cp/search.cc | 7 ++ gcc/fortran/frontend-passes.cc | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 2 +- gcc/params.opt | 2 +- gcc/rtl.cc | 4 +- gcc/testsuite/g++.dg/cpp0x/alias-decl-74.C | 9 +++ gcc/testsuite/g++.dg/ext/attr-unavailable-9.C | 4 +- gcc/testsuite/g++.dg/spellcheck-pr104806.C | 5 ++ gcc/testsuite/gcc.dg/analyzer/leak-4.c | 103 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/tls/pr104777.c | 30 ++++++++ gcc/testsuite/gcc.target/i386/eh_return-1.c | 2 +- gcc/testsuite/gcc.target/i386/eh_return-2.c | 2 +- gcc/testsuite/gfortran.dg/minmaxloc_16.f90 | 14 ++++ 21 files changed, 208 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-74.C create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr104806.C 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/gfortran.dg/minmaxloc_16.f90