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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 83658f4110c PR tree-optimization/88739 * gcc.c-torture/execute/pr8873 [...] adds ccd607ebe23 [RS6000] Correct save_reg_p adds b74edfe62d5 Daily bump. adds 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. new b0c4bd4dfa4 * ipa-visibility.c (localize_node): Also do not localize [...]
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 | 38 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 48 ++++++++++++++----------- gcc/config/rs6000/rs6000-string.c | 4 ++- gcc/config/rs6000/rs6000.c | 25 ++++++++----- 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 | 21 +++++++++++ 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/tree.c | 3 +- libstdc++-v3/ChangeLog | 14 ++++++++ libstdc++-v3/include/bits/fs_path.h | 28 +++++++-------- libstdc++-v3/src/c++17/fs_path.cc | 14 ++++---- 20 files changed, 265 insertions(+), 65 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