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-stable-allnoconfig in repository toolchain/ci/gcc.
from 99bfd5213e5 PR c++/92745 - bogus error when initializing array of vectors. adds 13ab7abbf84 PR middle-end/91512 PR fortran/92738 * lang.opt (-finlin [...] adds 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 5 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 28 ++++++++++++++++++- gcc/fortran/expr.c | 14 ++++++---- gcc/fortran/lang.opt | 2 +- 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 ++++++++ libgomp/ChangeLog | 5 ++++ libgomp/target.c | 1 - 15 files changed, 156 insertions(+), 19 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