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-release-aarch64-stable-defconfig in repository toolchain/ci/gcc.
from b3b9ee70f3e Fixes a hang on an invalid ID in a WAIT statement. adds 6f64bc18a66 PR fortran/95104 - Segfault on a legal WAIT statement adds bb42c9f5271 Daily bump. adds c575cd2e008 Fortran : ICE in gfc_trans_label_assign PR50392 new e211b3da389 Fortran : "type is( real(kind(1.)) )" spurious syntax erro [...]
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: contrib/ChangeLog | 4 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/match.c | 5 ++++- gcc/fortran/trans-decl.c | 11 ++++++++--- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gfortran.dg/pr50392.f | 12 ++++++++++++ gcc/testsuite/gfortran.dg/pr94397.F90 | 26 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr95104.f90 | 8 ++++++++ libgfortran/ChangeLog | 13 +++++++++++++ libgfortran/io/transfer.c | 2 +- libgomp/ChangeLog | 5 +++++ 12 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr50392.f create mode 100644 gcc/testsuite/gfortran.dg/pr94397.F90 create mode 100644 gcc/testsuite/gfortran.dg/pr95104.f90