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_debug in repository toolchain/ci/gcc.
from cd8cc299de6 [rs6000] fix mffsl emulation adds c99418920ca Daily bump. adds 2fbc989aee0 Add new git-backport.py script. adds 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 adds e211b3da389 Fortran : "type is( real(kind(1.)) )" spurious syntax erro [...] new 0d607ecbf12 PR fortran/95104 - Segfault on a legal WAIT statement
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 ++ contrib/git-backport.py | 60 ++++++++++++++++++++++++ gcc/ChangeLog | 6 +++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 6 +++ gcc/fortran/libgfortran.h | 1 + gcc/fortran/match.c | 5 +- gcc/fortran/trans-decl.c | 11 +++-- gcc/testsuite/ChangeLog | 13 +++++ 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/async.c | 7 +++ libgfortran/io/transfer.c | 2 +- libgfortran/io/unit.c | 9 ++-- libgfortran/runtime/error.c | 4 ++ libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.fortran/async_io_9.f90 | 20 ++++++++ 19 files changed, 205 insertions(+), 9 deletions(-) create mode 100755 contrib/git-backport.py 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 create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_9.f90