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-allyesconfig in repository toolchain/ci/gcc.
from b4fffdadb4b Daily bump. adds 8e1afeeacfa 2019-09-03 Steven G. Kargl kargl@gcc.gnu.org adds 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 new f094b3cbb8c Daily bump.
The 1 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 | 14 ++++ contrib/mklog | 98 +++++++++++----------- gcc/ChangeLog | 32 +++++++ 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 | 10 +++ gcc/fortran/gfortran.texi | 50 ++++------- gcc/fortran/invoke.texi | 4 +- gcc/fortran/io.c | 9 ++ gcc/opts.c | 4 + gcc/postreload-gcse.c | 64 +++++++------- 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 +++ libstdc++-v3/ChangeLog | 28 +++++++ libstdc++-v3/acinclude.m4 | 31 +++++++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 83 ++++++++++++++++++ libstdc++-v3/configure.ac | 3 + libstdc++-v3/include/std/condition_variable | 62 +++++++++++--- .../30_threads/condition_variable/members/2.cc | 39 ++++++++- .../30_threads/condition_variable_any/members/2.cc | 30 ++++++- 32 files changed, 538 insertions(+), 209 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