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-stable-allnoconfig in repository toolchain/ci/gcc.
from 46933618359 Reduce code instantiated by filesystem::path::_S_convert_loc adds 19613a9bd61 /cp 2019-04-26 Paolo Carlini paolo.carlini@oracle.com adds 2f95fa8eb41 Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0 adds ac618f0d116 * libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASP [...] adds 95f15805cc2 PR debug/90197 * c-tree.h (c_finish_loop): Add 2 further [...] adds a457d6ebd9c * gdbhooks.py: Fix UnicodeDecodeErrors when printing trees [...] adds 3c259ff88b3 Remove redundant step in experimental::filesystem::path con [...] adds 5f52a13d5e8 PR c++/90243 - orphaned note in uninstantiated constexpr function adds a596cdeddc5 x32: Update baseline_symbols.txt adds e38f05909e5 runtime: fix TestPhysPageSize on AIX adds 4367667f3c5 Daily bump. adds 4479f584597 RISC-V: Promode modes of constant loads for store insns. adds 037b9c2ba3c Add missing target options (PR middle-end/90258). new 85cde1c62ae PR target/89261 * config/i386/i386-protos.h (ix86_data_al [...] new b9fe1c54715 Use __restrict for __relocate_object_a
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: gcc/ChangeLog | 34 ++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 10 + gcc/c/c-parser.c | 53 ++- gcc/c/c-tree.h | 3 +- gcc/c/c-typeck.c | 33 +- gcc/config/i386/i386-protos.h | 2 +- gcc/config/i386/i386.c | 6 +- gcc/config/riscv/riscv-protos.h | 2 +- gcc/config/riscv/riscv.c | 42 +- gcc/config/riscv/riscv.md | 3 +- gcc/cp/ChangeLog | 15 +- gcc/cp/decl.c | 11 +- gcc/gdbhooks.py | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/opt-suggestions.c | 5 +- gcc/testsuite/ChangeLog | 27 +- gcc/testsuite/g++.dg/cpp1z/class-deduction66.C | 10 + gcc/testsuite/g++.dg/diagnostic/pr90243.C | 13 + gcc/testsuite/gcc.dg/completion-5.c | 7 + gcc/testsuite/gcc.target/i386/pr89261.c | 9 + .../gcc.target/i386/spellcheck-options-5.c | 5 + gcc/testsuite/gcc.target/riscv/load-immediate.c | 32 ++ include/ChangeLog | 5 + include/libiberty.h | 2 +- libgo/go/runtime/runtime_mmap_test.go | 5 + libstdc++-v3/ChangeLog | 21 + .../post/x86_64-linux-gnu/x32/baseline_symbols.txt | 434 +++++++++++++++++++++ libstdc++-v3/include/bits/stl_uninitialized.h | 3 +- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/testsuite/20_util/variant/run.cc | 28 +- .../testsuite/21_strings/basic_string/hash/hash.cc | 16 +- .../21_strings/basic_string/hash/hash_char8_t.cc | 4 +- 33 files changed, 789 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction66.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr90243.C create mode 100644 gcc/testsuite/gcc.dg/completion-5.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89261.c create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-5.c create mode 100644 gcc/testsuite/gcc.target/riscv/load-immediate.c