This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig in repository toolchain/ci/gcc.
from aaabc7bcae2 * ipa-utils.h (type_with_linkage_p): Verify that type is [...] adds 2abc9a0a12d Daily bump. adds 11d60418fd1 runtime: mark memequal and memclrNoHeapPointers nosplit adds e02a8189a57 * include/pstl/pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, _PS [...] adds 052ee6187f3 PR sanitizer/90954 * c-omp.c (c_finish_omp_atomic): Allow [...] adds 83c6da22936 * gcc-interface/decl.c (gnat_to_gnu_entity): Remove superf [...] adds 8e6f320b79e Properly sum costs in tree-vect-loop.c (PR tree-optimizatio [...] adds ae40a73a2fc * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Check [...] adds 331ef8f52c5 Implement alternate "__intN__" form of "__intN" type adds 85611dc6ded [ARC] Fix for PR89838 adds 4d319159925 2019-06-25 Richard Biener rguenther@suse.de adds e5c2ee0d105 [PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_with adds a4340c0d68e Create GCN-specific gthreads adds 61b30ceddd6 Stub implementation of unwinding for AMD GCN. adds 14462095a3d Enable full GFortran library for AMD GCN adds 367a3e90e8d Do not call strlen with NULL argument in libgcov. adds 3a40508241c Remove dead code in df-scan.c (PR tree-optimization/90978). adds a9aca69ccd7 Transform filter-rtags-warnings to filter-clang-warnings. adds 2a0cf542a79 Fix non-portable use of std::abs(double) in constexpr function adds 2a923b7fc01 PR c++/90969 * constexpr.c (cxx_eval_array_reference): Do [...] adds 40917bfa725 Put hashtab_chk_error into hash-table.c. adds 08f06db4e7d * class.c (resolves_to_fixed_type_p): Check CLASSTYPE_FINAL. adds 4df25b14ca6 [PATCH, rs6000] Split up rs6000.c. adds 38b69262a97 [Darwin, PPC] Move the out of line register save/restore to [...] adds 8c229c20ee2 Darwin, add a missed file change
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + config/ChangeLog | 5 + config/gthr.m4 | 1 + ...-rtags-warnings.py => filter-clang-warnings.py} | 47 +- gcc/ChangeLog | 167 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 17 +- gcc/ada/gcc-interface/decl.c | 3 +- gcc/ada/gcc-interface/gigi.h | 6 +- gcc/brig/brig-lang.c | 6 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-common.c | 6 + gcc/c-family/c-omp.c | 2 +- gcc/c/c-decl.c | 6 +- gcc/c/c-parser.c | 5 + gcc/config.gcc | 6 +- gcc/config/arc/arc.c | 215 +- gcc/config/arc/arc.md | 8 +- gcc/config/gcn/gcn.c | 12 + gcc/config/msp430/msp430.h | 6 +- gcc/config/rs6000/darwin.h | 5 + gcc/config/rs6000/rs6000-internal.h | 113 + gcc/config/rs6000/rs6000-logue.c | 5542 ++++++++++++++++++++ gcc/config/rs6000/rs6000.c | 4294 +-------------- gcc/config/rs6000/rs6000.h | 34 + gcc/config/rs6000/t-rs6000 | 4 + gcc/cp/ChangeLog | 10 + gcc/cp/class.c | 6 +- gcc/cp/constexpr.c | 3 +- gcc/cp/cp-tree.h | 3 + gcc/cp/decl.c | 6 +- gcc/cp/lex.c | 5 + gcc/cp/parser.c | 6 + gcc/df-scan.c | 44 +- gcc/doc/invoke.texi | 6 +- gcc/gimple-ssa-sprintf.c | 6 +- gcc/go/gofrontend/MERGE | 2 +- gcc/hash-table.c | 12 + gcc/hash-table.h | 14 +- gcc/ipa-cp.c | 1 - gcc/lto/lto-lang.c | 6 +- gcc/stor-layout.c | 6 +- gcc/testsuite/ChangeLog | 29 + gcc/testsuite/c-c++-common/gomp/pr90954.c | 27 + gcc/testsuite/g++.dg/ext/vector38.C | 5 + gcc/testsuite/g++.dg/lto/pr90939_0.C | 64 + gcc/testsuite/g++.dg/lto/pr90939_1.C | 45 + gcc/testsuite/g++.dg/tree-ssa/final1.C | 8 + gcc/testsuite/gcc.dg/tree-ssa/reassoc-24.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-25.c | 4 +- gcc/testsuite/gcc.target/arc/pr89838.c | 16 + gcc/testsuite/gcc.target/msp430/mlarge-pedwarns.c | 11 + gcc/tree-ssa-alias.c | 7 +- gcc/tree-ssa-reassoc.c | 26 +- gcc/tree-vect-loop.c | 4 +- gcc/tree.c | 13 +- libgcc/ChangeLog | 25 + libgcc/config.host | 4 +- libgcc/config/gcn/gthr-gcn.h | 163 + libgcc/config/gcn/t-amdgcn | 3 +- libgcc/config/gcn/unwind-gcn.c | 37 + libgcc/config/rs6000/t-darwin | 42 +- libgcc/config/t-darwin | 2 +- libgcc/configure | 1 + libgcc/libgcov-driver-system.c | 5 +- libgfortran/ChangeLog | 6 + libgfortran/configure | 3 +- libgfortran/configure.ac | 3 +- libgo/runtime/go-memclr.c | 3 +- libgo/runtime/go-memequal.c | 3 +- libstdc++-v3/ChangeLog | 12 + libstdc++-v3/include/pstl/pstl_config.h | 8 +- libstdc++-v3/include/std/numeric | 9 +- 73 files changed, 6654 insertions(+), 4597 deletions(-) rename contrib/{filter-rtags-warnings.py => filter-clang-warnings.py} (66%) create mode 100644 gcc/config/rs6000/rs6000-internal.h create mode 100644 gcc/config/rs6000/rs6000-logue.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr90954.c create mode 100644 gcc/testsuite/g++.dg/ext/vector38.C create mode 100644 gcc/testsuite/g++.dg/lto/pr90939_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr90939_1.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/final1.C create mode 100644 gcc/testsuite/gcc.target/arc/pr89838.c create mode 100644 gcc/testsuite/gcc.target/msp430/mlarge-pedwarns.c create mode 100644 libgcc/config/gcn/gthr-gcn.h create mode 100644 libgcc/config/gcn/unwind-gcn.c