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-allnoconfig in repository toolchain/ci/gcc.
from 5256b0dd6ec Add noexcept to filesystem::path query functions adds 116200f6617 PR middle-end/89246 * config/i386/i386.c (ix86_simd_clone [...] adds 7d41610c85b 2019-02-09 Paul Thomas pault@gcc.gnu.org adds 645d7017d37 PR ipa/88711 * gfortran.dg/pr79966.f90: Xfail everwyhere. adds c46e7b0e414 2019-02-09 Aaron Sawdey acsawdey@linux.ibm.com adds 517c0439dde 2019-02-09 Harald Anlauf anlauf@gmx.de adds 0d47011127d PR ipa/88755 * params.def (uninlined-function-insns, unin [...] adds 3528239ead5 PR lto/87809 * tree.c (fld_simplified_type_name): Use DEC [...] adds 01cadaa28c9 Fix PR number. adds b0c4bd4dfa4 * ipa-visibility.c (localize_node): Also do not localize [...] adds 16a64ffc64b Daily bump. adds 1cd00d9eaf9 [libbacktrace] Add btest_lto new 0d8e7678c46 Don't XPASS gnat.dg/lto19.adb new 5cf169ff41d [NDS32] Have nds32_spilt_doubleword to split POST_INC.
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 | 36 +++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 48 ++++++++------- gcc/config/nds32/nds32-md-auxiliary.c | 50 +++++++++------ gcc/config/rs6000/rs6000-string.c | 4 +- gcc/fortran/ChangeLog | 12 ++++ gcc/fortran/resolve.c | 25 ++++++-- gcc/fortran/trans-array.c | 9 +++ gcc/ipa-visibility.c | 3 +- gcc/params.def | 8 +-- gcc/testsuite/ChangeLog | 25 ++++++++ gcc/testsuite/gcc.dg/gomp/pr89246-1.c | 19 ++++++ gcc/testsuite/gcc.dg/gomp/pr89246-2.c | 13 ++++ gcc/testsuite/gfortran.dg/array_reference_2.f90 | 20 ++++++ gcc/testsuite/gfortran.dg/pr79966.f90 | 4 +- gcc/testsuite/gfortran.dg/substr_simplify.f90 | 20 ++++++ gcc/testsuite/gnat.dg/lto19.adb | 1 - gcc/tree.c | 3 +- libbacktrace/ChangeLog | 7 +++ libbacktrace/Makefile.am | 10 +++ libbacktrace/Makefile.in | 81 ++++++++++++++++++------- libbacktrace/btest.c | 12 ++-- 22 files changed, 330 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/pr89246-1.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr89246-2.c create mode 100644 gcc/testsuite/gfortran.dg/array_reference_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/substr_simplify.f90