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 662e190cd77 This patch implements the [u]avgM3_floor and [u]avgM3_ceil [...] adds 91df033fd77 PR libstdc++/85494 use rdseed and rand_s in std::random_device adds 913f5ef930a Avoid -Wunused-parameter warnings from testsuite utility adds 3bb42a6ebe9 /cp 2019-05-29 Paolo Carlini paolo.carlini@oracle.com adds 326ddc7954d * tree-ssa-alias.c (same_type_for_tbaa): Return ture if ma [...] adds 00a94423c98 * config.gcc (rx-*-linux*): New target. * config/rx/elf.o [...] adds 7dac111b050 * config/i386/sse.md (*save_multiple<mode>): Rename from [...] adds baba5747aa0 * tree-ssa/alias-access-spath-1.c: new testcase. adds 1f1918bed19 2019-05-29 Thomas Koenig tkoenig@gcc.gnu.org adds 76179fc4bb6 PR c++/90598 * tree.c (lvalue_kind): Return clk_none for [...] adds 56d82e847b4 [gcc] adds 5e115b34aa6 Optimize filesystem::path::parent_path() adds 34bfd0d6afa PR libstdc++/88881 fix filesystem::symlink_status for Windows adds 745ff9317ee PR libstdc++/85494 fix failing test adds eb8be048cb5 Daily bump. adds 1e5d1822d41 PR go/90669 compiler: remove range-based 'for' loop adds 9161531f78f /cp 2019-05-31 Paolo Carlini paolo.carlini@oracle.com adds fde0870ec07 gdbinit: add a new command and fix one adds f5f368a31f5 testsuite,x86 - require native TLS for two tests that use it. adds 5c80018ef06 Generalize getconf _NPROCESSORS_ONLN adds 8537594ffd4 * tree-predcom.c (is_inv_store_elimination_chain): Fix a t [...] adds aa4108cd2db Update documentation of implementation-defined library features adds 2a9eab7c4b6 Update C++20 status table adds 4ad3c10c00b * lang.opt (ftail-call-workaround): Fix a typo. adds 24c1fa60e50 [PATCH][GCC][AARCH64] Fix libstdc++ build failure after r271735 new 6e41b214430 2019-05-30 Bill Schmidt wschmidt@linux.ibm.com Mic [...]
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: config/ChangeLog | 4 + config/ax_count_cpus.m4 | 101 +++++++ gcc/ChangeLog | 88 ++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 5 + gcc/config/aarch64/aarch64.c | 2 +- gcc/config/i386/sse.md | 8 +- gcc/config/rs6000/rs6000-cpus.def | 27 +- gcc/config/rs6000/rs6000.c | 258 ++++++++++++------ gcc/config/rs6000/rs6000.h | 9 + gcc/config/rs6000/rs6000.md | 93 ++++++- gcc/config/rs6000/rs6000.opt | 4 + gcc/config/rx/elf.opt | 44 +++ gcc/config/rx/linux.h | 231 ++++++++++++++++ gcc/config/rx/rx.c | 4 + gcc/config/rx/rx.h | 2 + gcc/config/rx/rx.opt | 12 - libgcc/config/rx/t-rx => gcc/config/rx/t-linux | 24 +- gcc/cp/ChangeLog | 17 ++ gcc/cp/decl.c | 15 +- gcc/cp/parser.c | 14 +- gcc/cp/tree.c | 4 + gcc/fortran/ChangeLog | 29 ++ gcc/fortran/frontend-passes.c | 13 +- gcc/fortran/gfortran.h | 1 + gcc/fortran/lang.opt | 4 +- gcc/fortran/trans-array.c | 6 +- gcc/fortran/trans-expr.c | 150 +++++++--- gcc/fortran/trans-intrinsic.c | 17 +- gcc/fortran/trans.h | 5 +- gcc/gdbinit.in | 10 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 9 +- gcc/testsuite/ChangeLog | 47 +++- gcc/testsuite/g++.dg/cpp0x/alias-decl-18.C | 3 +- gcc/testsuite/g++.dg/cpp0x/decltype-pr66548.C | 2 +- gcc/testsuite/g++.dg/cpp0x/pr90598.C | 16 ++ gcc/testsuite/g++.dg/cpp0x/udlit-nofunc-neg.C | 4 +- gcc/testsuite/g++.dg/parse/crash59.C | 3 +- gcc/testsuite/g++.dg/parse/error38.C | 2 +- gcc/testsuite/g++.dg/parse/error39.C | 4 +- gcc/testsuite/g++.dg/template/crash31.C | 3 +- gcc/testsuite/g++.dg/template/operator8.C | 3 +- gcc/testsuite/g++.dg/template/operator9.C | 3 +- .../g++.dg/template/sizeof-template-argument.C | 4 +- .../gcc.dg/tree-ssa/alias-access-path-1.c | 21 ++ gcc/testsuite/gcc.target/i386/pr86257.c | 2 +- gcc/testsuite/gcc.target/i386/stack-prot-sym.c | 1 + gcc/testsuite/gcc.target/powerpc/notoc-direct-1.c | 41 +++ gcc/testsuite/gcc.target/powerpc/pcrel-sibcall-1.c | 46 ++++ gcc/testsuite/gfortran.dg/internal_pack_21.f90 | 2 +- gcc/testsuite/gfortran.dg/internal_pack_22.f90 | 36 +++ gcc/testsuite/gfortran.dg/internal_pack_23.f90 | 27 ++ gcc/tree-predcom.c | 2 +- gcc/tree-ssa-alias.c | 4 + libgcc/ChangeLog | 5 + libgcc/config.host | 3 + libgcc/config/rx/t-rx | 1 + libgomp/ChangeLog | 10 + libgomp/Makefile.in | 4 +- libgomp/aclocal.m4 | 1 + libgomp/configure | 105 ++++++- libgomp/configure.ac | 4 + libgomp/testsuite/Makefile.am | 4 +- libgomp/testsuite/Makefile.in | 6 +- libstdc++-v3/ChangeLog | 76 ++++++ libstdc++-v3/acinclude.m4 | 20 ++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/config/os/mingw32-w64/os_defines.h | 2 + libstdc++-v3/configure | 41 +++ libstdc++-v3/configure.ac | 2 + .../doc/html/manual/appendix_contributing.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 75 +++-- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 111 ++++++-- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 8 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 5 +- libstdc++-v3/include/bits/random.h | 23 +- libstdc++-v3/src/c++11/random.cc | 301 +++++++++++++++++---- libstdc++-v3/src/c++17/fs_ops.cc | 47 +++- libstdc++-v3/src/c++17/fs_path.cc | 8 +- .../random_device/{cons/token.cc => 85494.cc} | 34 +-- .../26_numerics/random/random_device/cons/token.cc | 68 ++++- .../27_io/filesystem/operations/remove_all.cc | 33 +++ .../27_io/filesystem/operations/status.cc | 10 + .../27_io/filesystem/operations/symlink_status.cc | 10 + libstdc++-v3/testsuite/util/testsuite_api.h | 9 +- 86 files changed, 2106 insertions(+), 415 deletions(-) create mode 100644 config/ax_count_cpus.m4 create mode 100644 gcc/config/rx/elf.opt create mode 100644 gcc/config/rx/linux.h copy libgcc/config/rx/t-rx => gcc/config/rx/t-linux (58%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr90598.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/notoc-direct-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pcrel-sibcall-1.c create mode 100644 gcc/testsuite/gfortran.dg/internal_pack_22.f90 create mode 100644 gcc/testsuite/gfortran.dg/internal_pack_23.f90 copy libstdc++-v3/testsuite/26_numerics/random/random_device/{cons/token.cc => 854 [...]