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-mainline-defconfig in repository toolchain/ci/gcc.
from cda34b22ac8 2019-02-19 Richard Biener rguenther@suse.de adds d572a4c3f86 2019-02-19 Chung-Lin Tang cltang@codesourcery.com adds 88e188fce8c i386: Set ix86_fpmath to FPMATH_387 without SSE adds 82882b6f406 runtime: abort stack scan in cases that we cannot unwin [...] adds 3616f7fbce2 PR go/89169 internal/cpu: do not require POWER8 adds 3eedad7ade5 [PR87924] OpenACC wait clauses without async-arguments: rem [...] adds 36c58fb150e * unwind-dw2.c (_Unwind_GetGR) [DWARF_ZERO_REG]: Compare [...] adds 4946f3a3119 2019-02-19 Thomas Koenig tkoenig@gcc.gnu.org adds 32c866396f3 2019-02-19 Bernd Edlinger bernd.edlinger@hotmail.de adds d69a5a23ec4 Fix pr88850 test adds 6180c9601aa compiler: add debugger-callable AST dump functins adds 4d600d2551b * config/gcn/gcn.c (print_operand): Fix typo. adds cfa86c5ebc8 Daily bump. adds ce7f22f1f01 PR c++/88368 - wrong 'use of deleted function' adds a36e00c1b3c [rs6000] fix PR 88100, range check for vec_splat_{su}{8,16,32} adds 25395ee8780 PR libstdc++/89402 * src/c++98/compatibility-ldbl.cc (_ZN [...] adds f4ed9e9b1f6 Document Fortran header directive. adds 336ccf281bd Correction of ChangeLog entry, Thomas provided the code for [...] adds ab0fbe16310 /cp 2019-02-20 Paolo Carlini paolo.carlini@oracle.com new 437f26ff90a Change singular to plural in gfortran.texi.
The 1 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 | 18 +++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 ++ gcc/c/c-parser.c | 10 ++- gcc/config/gcn/gcn.c | 2 +- gcc/config/i386/i386.c | 7 +- gcc/config/rs6000/rs6000.c | 11 +-- gcc/cp/ChangeLog | 22 ++++++ gcc/cp/method.c | 10 ++- gcc/cp/parser.c | 14 ++-- gcc/cp/pt.c | 51 +++++++------ gcc/cp/typeck2.c | 3 + gcc/fortran/ChangeLog | 21 ++++++ gcc/fortran/gfortran.texi | 20 ++++++ gcc/fortran/openmp.c | 14 +++- gcc/fortran/trans-expr.c | 7 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/ast-dump.cc | 83 +++++++++++++++++++++- gcc/testsuite/ChangeLog | 30 ++++++++ gcc/testsuite/c-c++-common/goacc/asyncwait-5.c | 10 +-- gcc/testsuite/g++.dg/cpp0x/nsdmi3.C | 3 +- gcc/testsuite/g++.dg/cpp1y/var-templ60.C | 9 +++ gcc/testsuite/g++.dg/ext/is_constructible3.C | 17 +++++ gcc/testsuite/gcc.target/arm/pr88850.c | 3 +- gcc/testsuite/gcc.target/i386/pr89397.c | 11 +++ gcc/testsuite/gcc.target/powerpc/pr88100.c | 44 ++++++++++++ .../gfortran.dg/ISO_Fortran_binding_4.f90 | 27 +++++++ gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f | 10 +-- libgcc/ChangeLog | 5 ++ libgcc/unwind-dw2.c | 2 +- libgo/go/internal/cpu/cpu_ppc64x.go | 4 +- libgo/go/runtime/cgo_gccgo.go | 4 ++ libgo/go/runtime/proc.go | 3 + libgo/go/runtime/runtime2.go | 1 + libgo/go/runtime/stubs.go | 4 ++ libgo/runtime/go-unwind.c | 62 +++++++++++----- libgomp/ChangeLog | 8 +++ libgomp/oacc-parallel.c | 21 +++--- libphobos/ChangeLog | 8 +++ libphobos/libdruntime/Makefile.am | 5 +- libphobos/libdruntime/Makefile.in | 5 +- libphobos/src/Makefile.am | 5 +- libphobos/src/Makefile.in | 5 +- libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/src/c++98/compatibility-ldbl.cc | 2 +- 45 files changed, 522 insertions(+), 95 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ60.C create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible3.C create mode 100644 gcc/testsuite/gcc.target/i386/pr89397.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr88100.c create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_4.f90