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-stable-defconfig in repository toolchain/ci/gcc.
from 4a4666814dd 2019-09-04 Richard Biener rguenther@suse.de adds dc397aa88f3 Use argparse.ArgumentParser for mklog. adds 4fab97a9f88 mklog: parse PR references from new test files adds d40dc8ab221 mklog: Do not print changed functions in testsuite adds 38258f5440b Add warning Wenum-conversion for C and ObjC. adds 88af32b3100 PR target/32413 * config/i386/i386.c (inline_secondary_me [...] adds 0df381c4f78 Remove -fdeduce-init-list. adds 35649c476cf Disallow -fvtable-verify and -flto to be used together. adds 60117a2f62d Add user-defined clock to libstdc++ condition_variable tests adds 1c8ed0e4e68 PR libstdc++/41861 Add full steady_clock support to conditi [...] adds 680b25498f5 2019-09-04 Steven G. Kargl kargl@gcvc.gnu.org adds f094b3cbb8c Daily bump. adds bc7cb4d700e PR tree-optimization/91663 * go-lang.c (go_langhook_post_ [...] adds cb8e7f5fffc Improve PRNG jumping when using threads adds 3dc0eb59d25 Remove broken URL from libstdc++ manual
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 14 ++++ contrib/mklog | 98 +++++++++++----------- gcc/ChangeLog | 20 +++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 ++ gcc/c-family/c.opt | 8 +- gcc/c/ChangeLog | 5 ++ gcc/c/c-typeck.c | 15 ++++ gcc/config/i386/i386.c | 1 + gcc/cp/ChangeLog | 5 ++ gcc/cp/call.c | 32 ------- gcc/cp/pt.c | 5 -- gcc/doc/invoke.texi | 32 ++----- gcc/fortran/ChangeLog | 5 ++ gcc/fortran/io.c | 9 ++ gcc/go/ChangeLog | 6 ++ gcc/go/go-lang.c | 5 ++ gcc/opts.c | 4 + gcc/testsuite/ChangeLog | 16 ++++ gcc/testsuite/g++.dg/cpp0x/initlist-deduce.C | 12 +-- gcc/testsuite/gcc.dg/Wenum-conversion.c | 20 +++++ gcc/testsuite/gfortran.dg/pr91650_1.f90 | 8 ++ gcc/testsuite/gfortran.dg/pr91650_2.f90 | 13 +++ libgfortran/ChangeLog | 13 +++ libgfortran/intrinsics/random.c | 46 +++++----- libstdc++-v3/ChangeLog | 33 ++++++++ libstdc++-v3/acinclude.m4 | 31 +++++++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 83 ++++++++++++++++++ libstdc++-v3/configure.ac | 3 + libstdc++-v3/doc/html/manual/memory.html | 6 +- libstdc++-v3/doc/xml/manual/allocator.xml | 8 +- libstdc++-v3/include/std/condition_variable | 62 +++++++++++--- .../30_threads/condition_variable/members/2.cc | 39 ++++++++- .../30_threads/condition_variable_any/members/2.cc | 30 ++++++- 35 files changed, 523 insertions(+), 178 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wenum-conversion.c create mode 100644 gcc/testsuite/gfortran.dg/pr91650_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91650_2.f90