This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from 50a8107677b 2019-06-09 Paul Thomas pault@gcc.gnu.org adds 36df58739e2 Daily bump. adds a0f66a6401a 2019-06-10 Paul Thomas pault@gcc.gnu.org adds da6ad93f9dc Daily bump. adds 9fef1353c85 PR c++/90810 * init.c (constant_value_1): Handle VECTOR_C [...] adds 5b054dcaf31 PR target/90811 * config/nvptx/nvptx.c (nvptx_output_soft [...] adds a526d712760 Daily bump. adds 0b18af2edcc 2019-06-12 Thomas Koenig tkoenig@gcc.gnu.org Tomáš [...] adds 2556ec3d27d Daily bump. adds ca471482ce8 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 6 ++++ gcc/DATESTAMP | 2 +- gcc/config/nvptx/nvptx.c | 2 +- gcc/cp/ChangeLog | 6 ++++ gcc/cp/init.c | 7 ++-- gcc/fortran/ChangeLog | 16 +++++++++ gcc/fortran/trans-stmt.c | 3 +- gcc/fortran/trans-types.c | 3 ++ gcc/testsuite/ChangeLog | 19 ++++++++++ gcc/testsuite/g++.dg/ext/vector37.C | 29 +++++++++++++++ gcc/testsuite/gfortran.dg/associate_48.f90 | 41 ++++++++++++++++++++++ .../gfortran.dg/deferred_character_33.f90 | 35 ++++++++++++++++++ .../gfortran.dg/deferred_character_33a.f90 | 9 +++++ libgomp/ChangeLog | 5 +++ libgomp/testsuite/libgomp.c/pr90811.c | 29 +++++++++++++++ 15 files changed, 207 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/vector37.C create mode 100644 gcc/testsuite/gfortran.dg/associate_48.f90 create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33.f90 create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33a.f90 create mode 100644 libgomp/testsuite/libgomp.c/pr90811.c