This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-check_bootstrap in repository toolchain/ci/gcc.
from 01a0151c871 Daily bump. adds 820c1eb84b0 Backport from trunk as an insurance policy. adds ff346a4766b Daily bump. adds 7f4533e2f47 Daily bump. adds 7428148c5a8 [rs6000]Fix PR92098 by backporting vec_cmp and vcond_mask s [...] adds ad181c431aa Daily bump. adds 8a1deb24c27 2019-12-02 Sandra Loosemore sandra@codesourcery.com adds e95c2ba7b95 Daily bump. adds 03dd86139fe Daily bump. adds ac9720f6acf Daily bump. adds 60a5bccb4b1 Daily bump. adds 81018e27c82 Daily bump. adds 752b10d3db7 Daily bump. adds 01af17ba2b0 libstdc++: fix buffer overflow in path::operator+= (PR92853) adds 75108832ee2 * tree.c (build_array_type_1): Add SET_CANONICAL parameter [...] adds 42ebd38c43b Daily bump. adds 9c0a4e53e0d [PATCH] Fix PR91790 by considering different first_stmt_inf [...] adds 52d82418452 Daily bump. adds bfd75975c4c Restore enable_if lost during original import of pstl adds 01b893982ce libgomp – spelling fixes, incl. omp_lib.h.in adds 2f8386cea1a PR libstdc++/91786 fix compilation error with Clang adds 6edf7860e09 libstdc++: Fix whitepace in changelog adds f301776d131 [OpenACC, libgomp] Initialize 'dynamic_refcount' whenever w [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 51 +++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 8 ++ gcc/c/c-decl.c | 33 ------ gcc/config/nios2/nios2.c | 16 +++ gcc/config/nios2/nios2.h | 6 +- gcc/config/rs6000/predicates.md | 10 ++ gcc/config/rs6000/rs6000.md | 8 +- gcc/config/rs6000/vector.md | 95 ++++++++++++++++ gcc/testsuite/ChangeLog | 30 +++++ gcc/testsuite/gcc.target/powerpc/pr92098-int-1.c | 126 +++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr92098-int-2.c | 126 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/dependency_56.f90 | 14 +++ gcc/testsuite/gnat.dg/lto23.adb | 20 ++++ gcc/tree-vect-stmts.c | 26 ++++- gcc/tree.c | 62 +++++++--- gcc/tree.h | 1 + libgomp/ChangeLog | 14 +++ libgomp/omp_lib.h.in | 4 +- libgomp/target.c | 3 + libstdc++-v3/ChangeLog | 30 +++++ libstdc++-v3/include/bits/fs_path.h | 59 +++++----- libstdc++-v3/include/pstl/glue_numeric_defs.h | 2 +- libstdc++-v3/include/pstl/glue_numeric_impl.h | 2 +- libstdc++-v3/src/c++17/fs_path.cc | 11 +- .../filesystem/path/concat/{path.cc => 92853.cc} | 52 ++++----- .../testsuite/27_io/filesystem/path/concat/path.cc | 20 ++++ .../27_io/filesystem/path/concat/strings.cc | 19 ++++ 28 files changed, 711 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92098-int-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92098-int-2.c create mode 100644 gcc/testsuite/gfortran.dg/dependency_56.f90 create mode 100644 gcc/testsuite/gnat.dg/lto23.adb copy libstdc++-v3/testsuite/27_io/filesystem/path/concat/{path.cc => 92853.cc} (57%)