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-allyesconfig in repository toolchain/ci/gcc.
from 9308dce2ee8 Daily bump. adds f8e05f7440b Avoid segfault when doing IPA-VRP but not IPA-CP (PR 93015) adds 346f0fa9cd9 2019-12-21 Paul Thomas pault@gcc.gnu.org adds 74e58a91a3d 2019-12-21 Harald Anlauf anlauf@gmx.de adds e7e5766d0a1 2019-12-21 Harald Anlauf anlauf@gmx.de adds 0c1f5b1c22e [PR93026, PR92929] Adjust 'gfortran.dg/goacc/finalize-1.f' [...] adds dc669e8f45a [OMP] Restore 'omp declare target link' handling new 5461780a638 libada: Fix shared library installation with `--disable-libada' new 6c4fc4281d0 Daily bump. new 51c8ea51910 testsuite: Fix run-time tracking down of `libgcc_s' new e0902b02004 * doc/invoke.texi (-flto): Use "compile time" as a noun. new e29d25c4c92 libgomp/test: Fix compilation for build sysroot
The 5 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 | 9 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 +++ gcc/ada/gcc-interface/Makefile.in | 6 ++++ gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 15 +++++++++ gcc/fortran/expr.c | 14 +++++--- gcc/fortran/match.c | 17 ++++++++++ gcc/ipa-cp.c | 2 +- gcc/testsuite/ChangeLog | 35 ++++++++++++++++++- gcc/testsuite/gcc.dg/lto/pr93015_0.c | 6 ++++ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +-- gcc/testsuite/gfortran.dg/inquiry_type_ref_5.f90 | 29 ++++++++++++++++ gcc/testsuite/gfortran.dg/pr91661.f90 | 13 +++++++ gcc/testsuite/gfortran.dg/pr92990.f90 | 12 +++++++ gcc/testsuite/lib/gcc-defs.exp | 43 ++++++++++++++++-------- libgomp/ChangeLog | 10 ++++++ libgomp/target.c | 1 - libgomp/testsuite/libgomp-test-support.exp.in | 2 ++ 19 files changed, 200 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr93015_0.c create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_5.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91661.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr92990.f90