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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 4fd009e9ec3 * passes.def: Move -Wrestrict pass after copy propagation. adds 3e9f7f63ba3 * cp-demangle.c (d_expression_1): Don't peek ahead unless [...] adds dc20171da7d * gcc.pot: Regenerate. adds f128bbd81ec * sv.po: Update. adds 6bc54527c62 Daily bump. adds 5f915e9ab02 PR tree-optimization/90240 Revert: 2019-04-23 Bin Cheng [...] adds e8ef5f8bbf9 Wrap a string with _ for translation (PR translation/90274). adds 55843567221 * config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update. adds e5e0055ac45 PR tree-optimization/89475 * tree-ssa-ccp.c (evaluate_stm [...] adds 296ef19b433 Fix -Wenum-compare-switch warning in i386.c. adds a19d16c38a3 Refactor gimple_fold_builtin_memory_op function. adds 612b2ae797b Fix filesystem::path tests adds cdea4a38ef2 [Patch AArch64] Add __ARM_FEATURE_ATOMICS adds 9d5de90fc07 * config/abi/pre/gnu.ver (GLIBCXX_3.4.26): Change _Lock_po [...] adds 2ca2513e153 PR target/89093 * config/aarch64/aarch64.c (aarch64_proce [...] adds 8b48bcf84cc Remove unintended part of r270680 commit. adds a21a8ec55bd Add missing dash for 2 options in documentation (PR debug/90288). adds a448f8cc1b5 Add option suggestion for -Werror=foo and corresponding pragma. adds 9c46137ca6f * cp-demangle.c (d_encoding): Guard against NULL retur [...] adds 89b49dd23b8 * cp-demangle (d_print_comp_inner): Guard against a NUL [...] adds e019b55bfb4 * d-demangle.c (dlang_parse_integer): Fix stack underf [...] adds 036145a38ff * d-demangle.c (dlang_parse_arrayliteral): Correctly ha [...] adds 9d03ec76fd0 * d-demangle.c (dlang_parse_structlit): Correctly handl [...] adds 19099f05613 * d-demangle.c (dlang_parse_tuple): Correctly handle e [...] adds e39a808c299 * d-demangle.c (dlang_parse_assocarray): Correctly han [...] adds dec78bf675e * gcc.dg/sinhatanh-2.c: Count the number of functions. * [...] adds 395e9c7b7fa * check-internal-format-escaping.py: New version using polib. adds a026d580b90 PR target/89093 * gcc.target/aarch64/return_address_sign_ [...] new ff8e40efb69 * de.po: Update. new 8d595bfa60c [GC PATCH] Correct TS marking of _EXPR nodes
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: contrib/ChangeLog | 4 + contrib/check-internal-format-escaping.py | 292 +- gcc/ChangeLog | 61 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + gcc/c-family/c-common.c | 5 +- gcc/c-family/c-pragma.c | 13 +- gcc/config/aarch64/aarch64-c.c | 1 + gcc/config/aarch64/aarch64.c | 4 - gcc/config/i386/i386.c | 4 +- gcc/cp/ChangeLog | 5 + gcc/cp/cp-objcp-common.c | 107 +- gcc/doc/invoke.texi | 4 +- gcc/gimple-fold.c | 19 +- gcc/opts.c | 20 +- gcc/po/ChangeLog | 12 + gcc/po/de.po | 36 +- gcc/po/gcc.pot | 18245 ++++++++++--------- gcc/po/sv.po | 1097 +- gcc/testsuite/ChangeLog | 34 + gcc/testsuite/g++.dg/tree-ssa/pr90078.C | 199 - gcc/testsuite/gcc.dg/Werror-13.c | 12 +- gcc/testsuite/gcc.dg/pragma-diag-6.c | 3 + gcc/testsuite/gcc.dg/sinhatanh-2.c | 18 +- gcc/testsuite/gcc.dg/sinhatanh-3.c | 18 +- gcc/testsuite/gcc.dg/tree-ssa/pr89475.c | 104 + gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/pr89093.c | 7 + .../gcc.target/aarch64/return_address_sign_3.c | 4 +- gcc/tree-ssa-ccp.c | 29 + gcc/tree-ssa-loop-ivopts.c | 13 - gcc/tree.h | 4 + libiberty/ChangeLog | 30 + libiberty/cp-demangle.c | 25 +- libiberty/d-demangle.c | 20 +- libiberty/testsuite/d-demangle-expected | 20 + libiberty/testsuite/demangle-expected | 13 + libstdc++-v3/ChangeLog | 19 + .../post/riscv64-linux-gnu/baseline_symbols.txt | 18 + libstdc++-v3/config/abi/pre/gnu.ver | 22 +- .../27_io/filesystem/path/decompose/root_path.cc | 5 - .../27_io/filesystem/path/native/string-char8_t.cc | 9 +- .../filesystem/path/native/string-char8_t.cc | 7 +- 43 files changed, 10391 insertions(+), 10184 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr90078.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89475.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr89093.c