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-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 adds 5461780a638 libada: Fix shared library installation with `--disable-libada' adds 6c4fc4281d0 Daily bump. adds 51c8ea51910 testsuite: Fix run-time tracking down of `libgcc_s' adds e0902b02004 * doc/invoke.texi (-flto): Use "compile time" as a noun. adds e29d25c4c92 libgomp/test: Fix compilation for build sysroot adds 05a1be7d086 Restrict some aarch64 testcases to little-endian
No new revisions were added by this update.
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 | 43 +++++++++++++++++++++- gcc/testsuite/gcc.dg/lto/pr93015_0.c | 6 +++ .../gcc.target/aarch64/sve/acle/general/dupq_1.c | 3 +- .../gcc.target/aarch64/torture/simd-abi-8.c | 3 +- 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 + 21 files changed, 212 insertions(+), 28 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