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-lts-allyesconfig in repository toolchain/ci/gcc.
from 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 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 [...]
No new revisions were added by this update.
Summary of changes: config/ChangeLog | 4 + config/ax_count_cpus.m4 | 101 +++ gcc/ChangeLog | 88 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-sve.md | 13 + gcc/config/aarch64/aarch64.c | 2 +- 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 | 9 + gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 15 +- 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 | 20 + gcc/testsuite/g++.dg/cpp0x/alias-decl-18.C | 3 +- gcc/testsuite/g++.dg/cpp0x/pr90598.C | 8 - 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 +- gcc/testsuite/gcc.target/aarch64/sve/fabd_1.c | 35 + 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 ++ 73 files changed, 2446 insertions(+), 1126 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_ [...]