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-defconfig in repository toolchain/ci/gcc.
from 1adf3e20cbe PR target/79846 * config/s390/s390.c (s390_const_operand_ [...] adds 6f1714b371d Restrict IPA split (PR go/63560). adds 69a0142c5a2 x86: Disable jump tables when retpolines are used (PR targe [...] adds fc557c2bedb Add fixed underlying type to enum path::format adds 59b5e8905a7 Fix text of hyperlink in manual adds 99b342f1809 Add tests for resolved PR (PR c/85870). adds a6fed30ba8f PR target/68924 PR target/78782 PR target/87558 * confi [...] adds a9ff59cf1ca [GCC, Arm] Fix availability of FP16-FP64 conversion instructions adds ad96f26d7d8 Fix POLY_INT_CST/CONST_POLY_INT typo (PR 89631) adds f06bc4d00b3 PR c++/82075 * g++.dg/cpp1z/decomp49.C: New test. adds 7520f10ac74 2019-03-08 Bill Schmidt wschmidt@linux.ibm.com adds e4bff0d1101 2019-03-08 Paolo Carlini paolo.carlini@oracle.com adds 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 [...] new 78d8fb2b9a0 PR rtl-optimization/89634 * cfgcleanup.c (thread_jump): P [...] new f673492cb02 PR target/79645 * common.opt (fdiagnostics-show-labels, [...]
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 | 72 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cfgcleanup.c | 5 ++ gcc/common.opt | 18 +++--- gcc/config/arc/arc.opt | 2 +- gcc/config/arm/arm.h | 2 +- gcc/config/c6x/c6x.opt | 2 +- gcc/config/epiphany/epiphany.opt | 6 +- gcc/config/ft32/ft32.opt | 10 +-- gcc/config/i386/emmintrin.h | 12 ++++ gcc/config/i386/i386.c | 19 ++++-- gcc/config/i386/i386.opt | 4 +- gcc/config/mcore/mcore.opt | 4 +- gcc/config/microblaze/microblaze.opt | 2 +- gcc/config/rs6000/rs6000-p8swap.c | 7 +++ gcc/config/rs6000/sysv4.opt | 10 +-- gcc/config/rx/rx.opt | 2 +- gcc/config/sh/sh.opt | 2 +- gcc/dwarf2cfi.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-split.c | 15 +++++ gcc/lto/ChangeLog | 5 ++ gcc/lto/lang.opt | 2 +- gcc/testsuite/ChangeLog | 60 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/implicit17.C | 18 ++++++ gcc/testsuite/g++.dg/cpp1z/decomp49.C | 14 +++++ gcc/testsuite/g++.dg/template/access29.C | 22 +++++++ gcc/testsuite/gcc.c-torture/execute/pr89634.c | 40 ++++++++++++ gcc/testsuite/gcc.dg/lto/pr85870_0.c | 35 +++++++++++ gcc/testsuite/gcc.dg/lto/pr85870_1.c | 27 ++++++++ gcc/testsuite/gcc.target/arm/f16_f64_conv_no_dp.c | 15 +++++ gcc/testsuite/gcc.target/i386/indirect-thunk-7.c | 2 +- .../gcc.target/i386/indirect-thunk-inline-7.c | 2 +- .../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/gcc.target/i386/pr78782.c | 9 +++ gcc/testsuite/gcc.target/i386/pr86952.c | 23 +++++++ gcc/testsuite/gcc.target/i386/pr87558.c | 9 +++ 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 + libstdc++-v3/ChangeLog | 7 +++ libstdc++-v3/doc/html/manual/using_macros.html | 3 +- libstdc++-v3/doc/xml/manual/using.xml | 4 +- libstdc++-v3/include/bits/fs_path.h | 2 +- 55 files changed, 523 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit17.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp49.C create mode 100644 gcc/testsuite/g++.dg/template/access29.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr89634.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr85870_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr85870_1.c create mode 100644 gcc/testsuite/gcc.target/arm/f16_f64_conv_no_dp.c create mode 100644 gcc/testsuite/gcc.target/i386/pr78782.c create mode 100644 gcc/testsuite/gcc.target/i386/pr86952.c create mode 100644 gcc/testsuite/gcc.target/i386/pr87558.c 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%)