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-aarch64-mainline-allnoconfig in repository toolchain/ci/gcc.
from a3f3216f8c2 Daily bump. adds d01c8f9b65f Add commentary to (SET_)TYPE_VECTOR_SUBPARTS adds 8bbdcaf0f18 Fix use of COMPLETE_TYPE_P for -Wstrict-aliasing=1 adds db1349a6df1 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: U [...] adds 2ed13d1a49d /cp 2018-04-26 Paolo Carlini paolo.carlini@oracle.com adds dd693c4a934 * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt: [...] adds 051e444d264 Tweak C++2a uses-allocator construction utilities adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 24 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-warn.c | 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/riscv/riscv-protos.h | 2 +- gcc/config/riscv/riscv.c | 42 +- gcc/config/riscv/riscv.md | 3 +- gcc/cp/ChangeLog | 18 + gcc/cp/decl.c | 15 +- gcc/gdbhooks.py | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 22 ++ gcc/testsuite/g++.dg/cpp1z/class-deduction66.C | 10 + gcc/testsuite/g++.dg/diagnostic/pr90243.C | 13 + gcc/testsuite/g++.dg/diagnostic/trailing1.C | 5 + gcc/testsuite/gcc.dg/alias-16.c | 46 +++ gcc/testsuite/gcc.target/riscv/load-immediate.c | 32 ++ gcc/tree.h | 17 + include/ChangeLog | 5 + include/libiberty.h | 2 +- libgo/go/runtime/runtime_mmap_test.go | 5 + libstdc++-v3/ChangeLog | 48 +++ .../post/aarch64-linux-gnu/baseline_symbols.txt | 434 +++++++++++++++++++++ .../abi/post/i386-linux-gnu/baseline_symbols.txt | 434 +++++++++++++++++++++ .../abi/post/i486-linux-gnu/baseline_symbols.txt | 434 +++++++++++++++++++++ .../post/powerpc-linux-gnu/baseline_symbols.txt | 434 +++++++++++++++++++++ .../powerpc64-linux-gnu/32/baseline_symbols.txt | 434 +++++++++++++++++++++ .../post/powerpc64-linux-gnu/baseline_symbols.txt | 434 +++++++++++++++++++++ .../abi/post/s390-linux-gnu/baseline_symbols.txt | 425 ++++++++++++++++++++ .../post/s390x-linux-gnu/32/baseline_symbols.txt | 425 ++++++++++++++++++++ .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 425 ++++++++++++++++++++ .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 434 +++++++++++++++++++++ .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 434 +++++++++++++++++++++ .../post/x86_64-linux-gnu/x32/baseline_symbols.txt | 434 +++++++++++++++++++++ libstdc++-v3/config/abi/pre/gnu.ver | 3 +- libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/bits/locale_conv.h | 10 +- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/std/memory | 6 +- .../polymorphic_allocator/construct_c++2a.cc | 51 +++ .../scoped_allocator/construct_pair_c++2a.cc | 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 +- 48 files changed, 5666 insertions(+), 63 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/g++.dg/diagnostic/trailing1.C create mode 100644 gcc/testsuite/gcc.dg/alias-16.c create mode 100644 gcc/testsuite/gcc.target/riscv/load-immediate.c