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-arm-lts-defconfig in repository toolchain/ci/gcc.
from 02cded17a9d 2019-03-08 Paolo Carlini paolo.carlini@oracle.com adds 734aee17f2a i386.c: make "sorry" message more amenable to translation ( [...] adds 883c09dd968 PR c/85870 * gcc.dg/lto/pr85870_0.c: Add dg-extra-ld-opti [...] adds 1430e7648ec Daily bump. adds 2dab1319077 PR go/89447 syscall, internal/syscall: adjust use of l [...] adds 78d8fb2b9a0 PR rtl-optimization/89634 * cfgcleanup.c (thread_jump): P [...] adds f673492cb02 PR target/79645 * common.opt (fdiagnostics-show-labels, [...] adds 909c7f2512e PR c/88568 * attribs.c (handle_dll_attribute): Don't clea [...] adds 06c6302c912 2019-03-09 Thomas König tkoenig@gcc.gnu.org adds 1501d36b8bd PR fortran/89639 * gfortran.dg/ieee/ieee_9.f90: Skip on h [...] adds 08fad22468e * gfortran.dg/ieee/ieee_9.f90: Fix typo. adds 688ff8209c7 fix PR 84504 adds fe3e8c08a0c * lib/target-supports.exp (check_effective_target_weak_und [...] adds 0f2d25719c8 * gnat.dg/debug11.adb: Skip on 32-bit hppa*-*-hpux*. * gn [...] adds d066f3f710e 2019-03-09 Thomas Koenig tkoenig@gcc.gnu.org adds 52e19479e88 d: Fix ICE in get_frame_for_symbol adds 39ab9c780cc * gfortran.dg/coarray_data_1.f90: Link against libatomic i [...] adds 946f262344c PR inline-asm/87010 * gcc.dg/torture/20180712-1.c: Skip o [...] adds 24e943487be * g++.dg/ext/visibility/lambda1.C: Require visibility. adds d7af77f3234 * g++.dg/tls/pr77285-2.C: Require tls_native support. new b685a0adeb0 * c-c++-common/ident-0b.c: Also skip on 32-bit hppa*-*-hpu [...] new 0c5f3545373 2019-03-09 Paolo Carlini paolo.carlini@oracle.com
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 | 40 +++++++++++ gcc/DATESTAMP | 2 +- gcc/attribs.c | 7 +- gcc/cfgcleanup.c | 5 ++ gcc/common.opt | 18 ++--- gcc/config/arc/arc.opt | 2 +- gcc/config/c6x/c6x.opt | 2 +- gcc/config/epiphany/epiphany.opt | 6 +- gcc/config/ft32/ft32.opt | 10 +-- gcc/config/i386/i386.c | 13 ++-- gcc/config/i386/i386.opt | 4 +- gcc/config/mcore/mcore.opt | 4 +- gcc/config/microblaze/microblaze.opt | 2 +- gcc/config/rs6000/sysv4.opt | 10 +-- gcc/config/rx/rx.opt | 2 +- gcc/config/sh/sh.opt | 2 +- gcc/d/ChangeLog | 6 ++ gcc/d/d-codegen.cc | 15 +++- gcc/fortran/ChangeLog | 19 +++++ gcc/fortran/decl.c | 10 ++- gcc/fortran/expr.c | 2 +- gcc/fortran/trans-types.c | 6 +- gcc/go/gofrontend/MERGE | 2 +- gcc/lto/ChangeLog | 5 ++ gcc/lto/lang.opt | 2 +- gcc/testsuite/ChangeLog | 82 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/ident-0b.c | 2 +- gcc/testsuite/c-c++-common/ident-1a.c | 2 +- gcc/testsuite/c-c++-common/ident-1b.c | 2 +- gcc/testsuite/c-c++-common/ident-2b.c | 2 +- gcc/testsuite/g++.dg/cpp0x/pr87750.C | 40 +++++++++++ gcc/testsuite/g++.dg/ext/visibility/lambda1.C | 1 + gcc/testsuite/g++.dg/other/pr88568.C | 13 ++++ gcc/testsuite/g++.dg/tls/pr77285-2.C | 2 +- gcc/testsuite/gcc.c-torture/execute/pr89634.c | 40 +++++++++++ gcc/testsuite/gcc.dg/lto/pr85870_0.c | 1 + gcc/testsuite/gcc.dg/torture/20180712-1.c | 1 + .../gcc.target/i386/interrupt-387-err-1.c | 4 +- .../gcc.target/i386/interrupt-387-err-2.c | 2 +- .../gcc.target/i386/interrupt-mmx-err-1.c | 4 +- .../gcc.target/i386/interrupt-mmx-err-2.c | 2 +- gcc/testsuite/gdc.dg/pr89041.d | 13 ++++ gcc/testsuite/gfortran.dg/array_simplify_3.f90 | 9 +++ gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90 | 36 ++++++++++ gcc/testsuite/gfortran.dg/coarray_data_1.f90 | 1 + gcc/testsuite/gfortran.dg/ieee/ieee_9.f90 | 1 + gcc/testsuite/gfortran.dg/pointer_init_10.f90 | 24 +++++++ gcc/testsuite/gnat.dg/debug11.adb | 1 + gcc/testsuite/gnat.dg/debug12.adb | 1 + gcc/testsuite/lib/target-supports.exp | 6 ++ libgo/go/internal/syscall/unix/at.go | 5 +- libgo/go/internal/syscall/unix/at_largefile.go | 14 ++++ libgo/go/internal/syscall/unix/at_regfile.go | 18 +++++ libgo/go/syscall/libcall_bsd.go | 2 - libgo/go/syscall/libcall_bsd_largefile.go | 10 +++ libgo/go/syscall/libcall_bsd_regfile.go | 10 +++ libgo/go/syscall/libcall_posix.go | 3 - libgo/go/syscall/libcall_posix_largefile.go | 3 + libgo/go/syscall/libcall_posix_regfile.go | 3 + ...all_solaris.go => libcall_solaris_largefile.go} | 6 +- ...bcall_solaris.go => libcall_solaris_regfile.go} | 2 + 61 files changed, 493 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr87750.C create mode 100644 gcc/testsuite/g++.dg/other/pr88568.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr89634.c create mode 100644 gcc/testsuite/gdc.dg/pr89041.d create mode 100644 gcc/testsuite/gfortran.dg/array_simplify_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/pointer_init_10.f90 create mode 100644 libgo/go/internal/syscall/unix/at_largefile.go create mode 100644 libgo/go/internal/syscall/unix/at_regfile.go create mode 100644 libgo/go/syscall/libcall_bsd_largefile.go create mode 100644 libgo/go/syscall/libcall_bsd_regfile.go copy libgo/go/syscall/{libcall_solaris.go => libcall_solaris_largefile.go} (63%) rename libgo/go/syscall/{libcall_solaris.go => libcall_solaris_regfile.go} (90%)