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-allnoconfig in repository toolchain/ci/gcc.
from 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 adds 6e41b214430 2019-05-30 Bill Schmidt wschmidt@linux.ibm.com Mic [...] adds d1e7b14b96e Update libstdc++ documentation for Support and Diagnostics clauses adds 4c69eee6489 PR c++/90598 * tree.c (lvalue_kind): Return clk_none for [...] adds 2f0168eefa0 compiler: intrinsify sync/atomic functions adds d5b52410ce5 [aarch64]: add support for fabd in sve adds 215235d720f 2019-05-30 Thomas Koenig tkoenig@gcc.gnu.org adds 0a6ab062d13 2019-05-30 Bill Schmidt wschmidt@linux.ibm.com Mic [...] adds c950e033e44 * cp-tree.h (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Fix a typo. adds 01cad9ee79e LWG2788 basic_string spurious use of a default constructibl [...] adds c8482ded236 Fix RISC-V build failure for go language. adds 48152aa29a9 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTE [...] adds 834199fdc11 Daily bump. adds bf1c2f103c9 * fi.po, sv.po: Update. adds 78965aa4e64 2019-05-30 Bill Schmidt wschmidt@linux.ibm.com Mic [...] new 496483beb11 Darwin, x86 - We have .p2align, so declare its use. new f102092c579 Darwin, x86, testsuite - adjust tests for Darwin's align syntax. new 8f025c15e00 c++, testsuite - require alias support for a test.
The 3 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 | 92 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-sve.md | 13 + gcc/config/aarch64/aarch64.c | 2 +- gcc/config/i386/darwin.h | 12 + gcc/config/rs6000/constraints.md | 5 + gcc/config/rs6000/predicates.md | 49 ++ gcc/config/rs6000/rs6000-cpus.def | 27 +- gcc/config/rs6000/rs6000-protos.h | 1 + gcc/config/rs6000/rs6000.c | 105 ++- gcc/config/rs6000/rs6000.h | 21 + gcc/config/rs6000/rs6000.opt | 4 + gcc/cp/ChangeLog | 4 + gcc/cp/cp-tree.h | 2 +- gcc/doc/md.texi | 3 + gcc/fortran/ChangeLog | 12 + gcc/fortran/gfc-internals.texi | 143 +++ gcc/fortran/lang.opt | 4 +- gcc/gdbinit.in | 10 +- gcc/gimplify.c | 37 + gcc/go/ChangeLog | 5 + gcc/go/go-gcc.cc | 4 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 118 ++- gcc/go/gofrontend/statements.cc | 4 +- gcc/omp-expand.c | 77 +- gcc/omp-general.c | 5 + gcc/omp-general.h | 1 + gcc/omp-low.c | 85 +- gcc/po/ChangeLog | 4 + gcc/po/fi.po | 974 ++++++++++----------- gcc/po/sv.po | 500 +++++------ gcc/testsuite/ChangeLog | 22 +- gcc/testsuite/g++.dg/cpp0x/pr84497.C | 1 + gcc/testsuite/g++.dg/cpp0x/pr90598.C | 8 - gcc/testsuite/gcc.target/aarch64/sve/fabd_1.c | 35 + gcc/testsuite/gcc.target/i386/attr-aligned-2.c | 4 +- gcc/testsuite/gcc.target/i386/falign-functions-3.c | 9 +- gcc/testsuite/gcc.target/i386/pr86257.c | 2 +- gcc/testsuite/gcc.target/i386/stack-prot-sym.c | 1 + gcc/tree-nested.c | 4 +- gcc/tree-predcom.c | 2 +- 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 | 29 + libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/diagnostics.html | 32 +- libstdc++-v3/doc/html/manual/dynamic_memory.html | 159 +++- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 33 +- libstdc++-v3/doc/html/manual/std_contents.html | 2 +- libstdc++-v3/doc/html/manual/support.html | 40 +- libstdc++-v3/doc/html/manual/termination.html | 41 +- libstdc++-v3/doc/xml/manual/diagnostics.xml | 34 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 45 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 8 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 5 +- libstdc++-v3/doc/xml/manual/support.xml | 299 +++++-- libstdc++-v3/include/bits/basic_string.tcc | 4 +- .../basic_string/allocator/char/lwg2788.cc | 85 ++ .../basic_string/allocator/wchar_t/lwg2788.cc | 85 ++ 68 files changed, 2441 insertions(+), 1118 deletions(-) create mode 100644 config/ax_count_cpus.m4 create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fabd_1.c create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/l [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_ [...]