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-lts-allmodconfig in repository toolchain/ci/gcc.
from c2d0f423d18 2019-08-16 Richard Biener rguenther@suse.de adds 72c85a947d5 * config/i386/mmx.md (mmxdoublemode): New mode attribute. [...] adds c8b6743f4e7 2019-08-16 Bernd Edlinger bernd.edlinger@hotmail.de adds 48168734456 PR testsuite/91458 adds 8d965611c0e gcc/ChangeLog: adds 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 38 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/mmx.md | 72 ++++++++++++---------- gcc/config/i386/sse.md | 6 +- gcc/doc/include/gpl_v3.texi | 2 +- gcc/doc/ux.texi | 2 +- gcc/fortran/ChangeLog | 17 ++++- 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/lra-int.h | 1 + gcc/lra-spills.c | 13 ++++ gcc/lra.c | 6 +- gcc/testsuite/ChangeLog | 23 +++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if29.C | 28 +++++++++ gcc/testsuite/g++.dg/tree-ssa/pr19807.C | 3 +- gcc/testsuite/gcc.dg/struct-ret-1.c | 4 +- gcc/testsuite/gcc.target/sh/pr54236-6.c | 2 +- gcc/testsuite/gnat.dg/opt81.adb | 20 ++++++ gcc/testsuite/gnat.dg/opt81.ads | 15 +++++ gcc/tree-sra.c | 6 +- gcc/tree.def | 5 +- gcc/tree.h | 5 +- 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 ++- 36 files changed, 371 insertions(+), 90 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if29.C create mode 100644 gcc/testsuite/gnat.dg/opt81.adb create mode 100644 gcc/testsuite/gnat.dg/opt81.ads