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_ubsan 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 [...] adds 0d607ecbf12 PR fortran/95104 - Segfault on a legal WAIT statement adds b9c8e38c11b Daily bump. adds e2786fecd84 Fix various limitations of git-backport.py. adds a243b631693 gcov-tool: Flexible endian adjustment for merging coverage data adds b6dc99434ab [AArch64] Use __getauxval instead of getauxval in LSE detec [...] adds 2631d84ba7d aarch64: PR target/94591: Don't generate invalid REV64 insns adds 59f2c720553 Daily bump. adds d03edb50a23 Daily bump. adds a5a3b1326f0 i386: Define __ILP32__ and _ILP32 for all 32-bit targets
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 11 ++++ contrib/git-backport.py | 65 ++++++++++++++++++++++++ gcc/ChangeLog | 19 +++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 3 +- gcc/config/i386/i386-c.c | 2 + gcc/fortran/ChangeLog | 27 ++++++++++ gcc/fortran/libgfortran.h | 1 + gcc/fortran/match.c | 5 +- gcc/fortran/trans-decl.c | 11 ++-- gcc/gcov-io.c | 6 +-- gcc/gcov-io.h | 3 ++ gcc/testsuite/ChangeLog | 29 +++++++++++ gcc/testsuite/gcc.c-torture/execute/pr94591.c | 32 ++++++++++++ gcc/testsuite/gfortran.dg/pr50392.f | 12 +++++ gcc/testsuite/gfortran.dg/pr94397.F90 | 26 ++++++++++ gcc/testsuite/gfortran.dg/pr95104.f90 | 8 +++ libgcc/ChangeLog | 14 +++++ libgcc/config/aarch64/lse-init.c | 17 ++++--- libgcc/libgcov-util.c | 5 +- libgcc/libgcov.h | 2 +- libgfortran/ChangeLog | 18 +++++++ 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 ++++++++ 28 files changed, 340 insertions(+), 25 deletions(-) create mode 100755 contrib/git-backport.py create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94591.c 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