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-allmodconfig in repository toolchain/gcc.
from b0ef00dffdd Add support for SUBTARGET_OVERRIDE_OPTIONS on aarch64 adds acf6ca2a976 Fix independent-cloneids-1.c testcase (PR88318) adds b676566dfc7 gcc/ChangeLog: adds 488d33834fc gcc/ChangeLog: adds 4a8a652d1b4 /cp 2018-12-12 Paolo Carlini paolo.carlini@oracle.com adds b98d9703bcb * omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIM [...] adds 419469f7050 os/signal: increase deliver time for signal testcase adds cb23c4be5ee PR fortran/88463 * trans-openmp.c (gfc_omp_predetermined_ [...] adds 11de78ee0ea runtime: handle DW_EH_PE_absptr in type table encoding adds d6d25b4fe7b Daily bump. adds 835888ab3fa PR target/88461 * config/i386/i386.md (*zero_extendsidi2, [...] adds c8cc98b8a2e PR target/88461 * config/i386/sse.md (VI1248_AVX512VLBW, [...] adds 106ab9e0ee4 PR target/88465 * config/i386/i386.md (*movdi_internal, * [...] adds fe0fafc59e4 Add note about abort and ZCX runtime. adds e9d55edafac gcc/ * common/config/i386/i386-common.c (processor_na [...] adds 91818d6f186 [AArch64][doc] Clarify -msve-vector-bits=128 behaviour adds cd55b1f0003 Disable new tests for configurations with no libstdc++fs.a adds 46f0e1b6a8a S/390: Use VEC_INEXACT/VEC_NOINEXACT instead of magic numbers. adds 0cd64514d55 S/390: Fix zvector vec_double builtin adds 13c991350d8 Fix test to work when path::native() returns wstring adds 3586fdc5911 Fix [fs.path.gen] tests to use backslashes for mingw adds 37eaa4adc75 PR testsuite/88454 * gcc.dg/tree-ssa/split-path-5.c (__ct [...] adds 05e999dd4b4 PR libgomp/88460 * testsuite/libgomp.c++/for-24.C (result [...] adds dc014eedb0e Include gdc.test prefix in test names (PR testsuite/88041)
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 81 ++++++++++++++- gcc/DATESTAMP | 2 +- .../doc/gnat_ugn/platform_specific_information.rst | 12 +-- gcc/common/config/i386/i386-common.c | 3 + gcc/config.gcc | 2 +- gcc/config/i386/i386-c.c | 7 ++ gcc/config/i386/i386.c | 8 +- gcc/config/i386/i386.h | 3 + gcc/config/i386/i386.md | 111 ++++++++++++++------ gcc/config/i386/sse.md | 97 +++++++++++++----- gcc/config/s390/s390-builtins.def | 4 +- gcc/config/s390/vx-builtins.md | 12 +-- gcc/cp/ChangeLog | 5 + gcc/cp/decl.c | 3 +- gcc/doc/extend.texi | 100 ++++++++++-------- gcc/doc/invoke.texi | 29 ++++-- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/trans-openmp.c | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/omp-builtins.def | 12 +-- gcc/testsuite/ChangeLog | 48 ++++++++- gcc/testsuite/g++.dg/other/static5.C | 8 ++ gcc/testsuite/gcc.dg/independent-cloneids-1.c | 16 +-- gcc/testsuite/gcc.dg/tree-ssa/split-path-5.c | 6 +- gcc/testsuite/gcc.target/i386/avx512dq-pr88465.c | 14 +++ gcc/testsuite/gcc.target/i386/avx512f-pr88465.c | 21 ++++ gcc/testsuite/gcc.target/i386/funcspec-56.inc | 1 + gcc/testsuite/gcc.target/i386/pr88461.c | 16 +++ .../gcc.target/s390/zvector/vec-double-1.c | 12 +++ .../gcc.target/s390/zvector/vec-double-2.c | 12 +++ gcc/testsuite/gdc.test/compilable/ddoc9676a.d | 2 +- gcc/testsuite/gdc.test/compilable/depsOutput9948.d | 2 +- gcc/testsuite/gdc.test/gdc-test.exp | 8 +- gcc/testsuite/lib/gdc-dg.exp | 4 + libgo/go/os/signal/signal_test.go | 6 +- libgo/runtime/go-unwind.c | 2 + libgomp/ChangeLog | 16 +++ libgomp/testsuite/libgomp.c++/for-24.C | 38 ++++--- libgomp/testsuite/libgomp.c-c++-common/for-16.c | 114 +++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/pr88463-1.f90 | 19 ++++ libgomp/testsuite/libgomp.fortran/pr88463-2.f90 | 9 ++ libstdc++-v3/ChangeLog | 13 +++ .../27_io/filesystem/path/construct/80762.cc | 1 + .../27_io/filesystem/path/generation/proximate.cc | 27 +++-- .../27_io/filesystem/path/generation/relative.cc | 26 +++-- .../27_io/filesystem/path/itr/traversal.cc | 6 +- .../filesystem/path/construct/80762.cc | 1 + 47 files changed, 761 insertions(+), 189 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/static5.C create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr88465.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr88465.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88461.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-2.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/for-16.c create mode 100644 libgomp/testsuite/libgomp.fortran/pr88463-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/pr88463-2.f90