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-next-allyesconfig in repository toolchain/ci/gcc.
from 50e97fd99d8 * lib/target-supports.exp (check_effective_target_pthread) [...] adds a83d08081f7 [testsuite] Unsupport 20190827-1.c for targets without alia [...] adds 3672dad93d2 2019-09-01 François Dumont fdumont@gcc.gnu.org adds 473c9fa6f6c PR c++/91129 - wrong error with binary op in template argu [...] adds 2ea3c47ba94 Daily bump. adds d76714d0f7a Consider also negative edges in cycle detection. adds bfe8e7bea5b Use cxx_printable_name for __PRETTY_FUNCTION__ in cp_fname_init. adds 3f158456d80 Fix thinko in early bail out in tree-switch-conversion. adds dbe533020ef Set tabstop=8 for gcc-match file types. adds 9fad82eb799 * gimple-ssa-strength-reduction.c (valid_mem_ref_cand_p): [...] adds dd0e7bf874e Update Solaris baselines for GCC 10.0 adds 8e87bb1bdf9 PR go/91617 * fold-const.c (range_check_type): For enumer [...] adds fe635a0b2aa PR target/91323 * doc/generic.texi (LTGT_EXPR): Merge wit [...] adds c8e0f60f031 Minor simplifications for std::to_chars implementation adds 648520ff435 Update libstdc++ docs for library version bumps adds 0956a4644f9 Use __constinit keyword in libstdc++ sources adds c6f458cda85 contrib/vimrc: override formatting options for more files
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 11 ++++ contrib/vimrc | 12 ++--- gcc/ChangeLog | 44 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 +++ gcc/config/sparc/sparc.c | 2 +- gcc/cp/ChangeLog | 7 +++ gcc/cp/decl.c | 20 ++++++-- gcc/cp/typeck.c | 18 +++---- gcc/doc/generic.texi | 26 +++++----- gcc/fold-const.c | 10 ++-- gcc/gcov.c | 10 ++-- gcc/gimple-ssa-strength-reduction.c | 27 ++++++++++ gcc/match.pd | 2 - gcc/rtl.def | 14 +++--- gcc/testsuite/ChangeLog | 18 +++++++ gcc/testsuite/g++.dg/cpp1y/nontype1.C | 42 ++++++++++++++++ gcc/testsuite/g++.dg/torture/pr91155.C | 18 +++++++ gcc/testsuite/gcc.c-torture/compile/20190827-1.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/slsr-42.c | 17 +++++++ gcc/tree-switch-conversion.c | 18 +++---- gcc/tree.def | 15 +++--- libstdc++-v3/ChangeLog | 30 +++++++++++ .../post/i386-solaris/amd64/baseline_symbols.txt | 12 +++++ .../abi/post/i386-solaris/baseline_symbols.txt | 12 +++++ .../abi/post/sparc-solaris/baseline_symbols.txt | 12 +++++ .../sparc-solaris/sparcv9/baseline_symbols.txt | 12 +++++ libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/html/manual/configure.html | 20 +++++--- .../doc/html/manual/documentation_hacking.html | 10 ++-- .../doc/html/manual/policy_data_structures.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 12 ++--- libstdc++-v3/doc/xml/manual/abi.xml | 4 +- libstdc++-v3/include/std/charconv | 58 +++++++--------------- libstdc++-v3/src/c++17/memory_resource.cc | 6 +-- .../testsuite/util/testsuite_performance.h | 2 +- 36 files changed, 397 insertions(+), 137 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/nontype1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr91155.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/slsr-42.c