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-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from 1116e52102a * tree-sra.c (build_reconstructed_reference): Return NULL_ [...] adds 492f1f0dc97 As discussed below: https://gcc.gnu.org/ml/gcc-patches/20 [...] adds 0af297e4e03 libsanitize, asan - reapply r272406 adds fce92413fca libsanitizer, record a local patch. adds 0c8380299ca PR c++/85827 g++.dg/cpp1z/constexpr-if29.C: New test. adds a19ad8d4d41 * gcc.target/sh/pr54236-6.c: Use -fno-tree-forwprop. adds 32e9e3f2982 compiler: print runtime.hex in hex adds f6fc61dbfd0 Daily bump. adds af79fe45c3a Put the CL into the right dir. adds 1f43cad984b runtime: scan write barrier buffer conservatively adds fd82b3d64ff PR fortran/68401 Improve allocation error message adds 7b684c1bb1b * doc/include/gpl_v3.texi (Copying): Adjust the link to "W [...] adds baea9b0d567 * doc/ux.texi (User Experience Guidelines): Update reference. adds 2a24fc76a4a 2019-08-17 Thomas Koenig tkoenig@gcc.gnu.org adds 82e6ec4b4db 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org adds c8200e2688b 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org adds 65e74d4af16 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 9 +++ gcc/DATESTAMP | 2 +- gcc/doc/include/gpl_v3.texi | 2 +- gcc/doc/ux.texi | 2 +- gcc/fortran/ChangeLog | 38 +++++++++++- gcc/fortran/decl.c | 6 +- gcc/fortran/match.c | 29 +++++++++ gcc/fortran/primary.c | 10 ++-- gcc/fortran/trans-decl.c | 12 ++-- gcc/fortran/trans.c | 68 +++++++++++++--------- gcc/fortran/trans.h | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 8 ++- gcc/go/gofrontend/runtime.def | 3 + gcc/testsuite/ChangeLog | 30 ++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if29.C | 28 +++++++++ gcc/testsuite/gcc.dg/struct-ret-1.c | 4 +- gcc/testsuite/gcc.target/sh/pr54236-6.c | 2 +- gcc/testsuite/gfortran.dg/pr78719_1.f90 | 29 +++++++++ gcc/testsuite/gfortran.dg/pr78719_2.f90 | 32 ++++++++++ gcc/testsuite/gfortran.dg/pr78719_3.f90 | 32 ++++++++++ gcc/testsuite/gfortran.dg/pr78739.f90 | 15 +++++ gcc/testsuite/gfortran.dg/pr91471.f90 | 14 +++++ libgfortran/ChangeLog | 8 +++ libgfortran/gfortran.map | 5 ++ libgfortran/libgfortran.h | 4 ++ libgfortran/runtime/error.c | 46 ++++++++++++++- libgo/go/runtime/mwbbuf.go | 9 ++- libgomp/ChangeLog | 6 ++ .../libgomp.fortran/appendix-a/a.28.5.f90 | 2 +- libsanitizer/ChangeLog | 8 +++ libsanitizer/LOCAL_PATCHES | 1 + libsanitizer/asan/asan_interceptors.h | 7 ++- 33 files changed, 419 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if29.C create mode 100644 gcc/testsuite/gfortran.dg/pr78719_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr78719_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr78719_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr78739.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91471.f90