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-defconfig in repository toolchain/ci/gcc.
from e47e0834ee5 Handle C2x attributes in Objective-C. adds 07ab3c169c3 2019-11-29 Richard Biener rguenther@suse.de adds b380195288d Check for TYPE_NAME in type_with_linkage_p. adds 4f4bd3c6e28 PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_ [...] adds 39362e8b713 PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_ [...] adds 90ba8d34050 2019-11-29 Richard Biener rguenther@suse.de adds f7f4b06ad04 Testsuite: Turn off vect-epilogue-nomask for slp-rect-3 adds d2d120b638a * profile-count.c (profile_count::to_cgraph_frequency, pr [...] adds 1ab8062b57d Fix testcase - was missing -fopenacc adds d0f85d0d033 gcc/testsuite/ChangeLog - fix date in date line adds 9490db40da4 Don't pass booleans as mask types to simd clones (PR 92710) adds ce862b87b1a ipa-cp: Avoid ICEs when looking at expanded thunks and unop [...] adds 8ae432e8921 Add an x86_64 test for PR 92476 adds 0c14c58ce77 Fortran] OpenACC – permit common blocks in some clauses adds 4b3f7c9d25d 2019-11-29 Richard Biener rguenther@suse.de adds b0cbd53966c Fortran] OpenACC – permit common blocks in some clauses adds a32b4f9bc27 libstdc++:: improve how pretty printers find node types (PR 91997) adds b1a48cb3b41 Improve tree-vect-patterns.c handling of boolean comparisons adds 64403b8015e Make vectorizable_operation punt early on codes it doesn't handle adds 96c98b5f2ed Make vect_get_mask_type_for_stmt take a group size adds 1a7144eb381 Record the vector mask precision in stmt_vec_info adds e8f398f7eec Don't defer choice of vector type for bools (PR 92596) adds 6a0ca950229 Fix DR_GROUP_GAP for strided accesses (PR 92677) adds bc0ec323e3f Fix ICE in re-simplification of VEC_COND_EXPR adds 6c9a7060dbb libstdc++: P1423R3 char8_t remediation (1/4) adds 0c5b35933e5 libstdc++: P1423R3 char8_t remediation (2/4) adds bb97b6cc28a libstdc++: P1423R3 char8_t remediation (3/4) adds 3037303f998 libstdc++: P1423R3 char8_t remediation (4/4) adds cb132c04f61 libstdc++: Adjust some function templates for coding conventions adds ab24f474b4f 2019-11-29 Richard Biener rguenther@suse.de adds ee3996bd549 2019-11-29 Vladimir Makarov vmakarov@redhat.com adds df32c7d26ca Daily bump. new edcbbcc2574 libstdc++: Fix experimental::filesystem::u8path(const Sourc [...] new 60168e315f0 libstdc++: Default to --enable-libstdcxx-filesystem-ts for [...]
The 2 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: gcc/ChangeLog | 144 ++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.c | 21 ++ gcc/cgraphclones.c | 7 + gcc/cp/ChangeLog | 17 + gcc/cp/decl.c | 14 +- gcc/cp/mangle.c | 11 +- gcc/cp/parser.c | 4 + gcc/cp/semantics.c | 8 +- gcc/doc/sourcebuild.texi | 4 + gcc/gimple-match-head.c | 18 +- gcc/ipa-cp.c | 10 +- gcc/ipa-devirt.c | 7 + gcc/lra.c | 7 +- gcc/profile-count.c | 2 + gcc/profile-count.h | 12 +- gcc/testsuite/ChangeLog | 68 ++++ gcc/testsuite/g++.dg/gomp/openmp-simd-2.C | 2 - gcc/testsuite/g++.dg/lto/pr91574_0.C | 23 ++ gcc/testsuite/g++.dg/lto/pr92476_0.C | 20 ++ gcc/testsuite/g++.dg/lto/pr92476_1.C | 13 + gcc/testsuite/gcc.dg/torture/pr92704.c | 24 ++ gcc/testsuite/gcc.dg/torture/pr92715.c | 17 + gcc/testsuite/gcc.dg/vect/bb-slp-43.c | 17 + gcc/testsuite/gcc.dg/vect/bb-slp-pr92596.c | 14 + gcc/testsuite/gcc.dg/vect/pr92677.c | 26 ++ gcc/testsuite/gcc.dg/vect/pr92710.c | 12 + gcc/testsuite/gcc.dg/vect/slp-reduc-3.c | 1 + gcc/testsuite/gcc.dg/vect/vect-bool-cmp-2.c | 10 + gcc/testsuite/gfortran.dg/goacc/common-block-3.f90 | 11 +- gcc/testsuite/gfortran.dg/goacc/pr84963.f90 | 2 +- gcc/testsuite/gfortran.dg/pr91003.f90 | 33 ++ gcc/testsuite/lib/target-supports.exp | 10 + gcc/tree-if-conv.c | 9 + gcc/tree-ssa-forwprop.c | 11 +- gcc/tree-ssa-sccvn.c | 13 +- gcc/tree-vect-loop.c | 43 +-- gcc/tree-vect-patterns.c | 282 ++++++++++------ gcc/tree-vect-slp.c | 55 +-- gcc/tree-vect-stmts.c | 199 +++++------ gcc/tree-vectorizer.h | 30 +- libgomp/ChangeLog | 11 + libgomp/testsuite/libgomp.c++/udr-20.C | 54 +++ libgomp/testsuite/libgomp.c++/udr-21.C | 54 +++ .../testsuite/libgomp.oacc-fortran/declare-5.f90 | 90 ++++- libstdc++-v3/ChangeLog | 87 +++++ libstdc++-v3/acinclude.m4 | 3 + libstdc++-v3/configure | 3 + libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/bits/fs_path.h | 303 +++++++++-------- libstdc++-v3/include/experimental/bits/fs_path.h | 369 +++++++++++++-------- libstdc++-v3/include/std/ostream | 94 +++++- libstdc++-v3/python/libstdcxx/v6/printers.py | 138 +++++--- .../inserters_character/char/deleted.cc | 43 +++ .../inserters_character/wchar_t/deleted.cc | 43 +++ .../path/factory/{u8path.cc => u8path-char8_t.cc} | 45 ++- .../27_io/filesystem/path/factory/u8path.cc | 17 + .../testsuite/experimental/feat-char8_t.cc | 4 +- .../path/factory/{u8path.cc => u8path-char8_t.cc} | 38 +-- .../experimental/filesystem/path/factory/u8path.cc | 8 + .../testsuite/libstdc++-prettyprinters/59161.cc | 2 - .../testsuite/libstdc++-prettyprinters/91997.cc | 53 +++ 62 files changed, 1979 insertions(+), 715 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr91574_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr92476_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr92476_1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr92704.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr92715.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-43.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr92596.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr92677.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr92710.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-bool-cmp-2.c create mode 100644 gcc/testsuite/gfortran.dg/pr91003.f90 create mode 100644 libgomp/testsuite/libgomp.c++/udr-20.C create mode 100644 libgomp/testsuite/libgomp.c++/udr-21.C create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/ [...] create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/ [...] copy libstdc++-v3/testsuite/27_io/filesystem/path/factory/{u8path.cc => u8path-cha [...] copy libstdc++-v3/testsuite/experimental/filesystem/path/factory/{u8path.cc => u8p [...] create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/91997.cc