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-master-arm-bootstrap in repository toolchain/ci/gcc.
from 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 adds f1d127fa618 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org adds 2d5ff4cbd29 compiler, runtime: allocate defer records on the stack adds a3bc8ca83aa compiler: support new numeric literal syntax adds e27959dec03 Daily bump. adds 9732a93393c * doc/install.texi (Specific, bfin): blackfin.uclinux.org [...] adds 2d0093b1d70 [Darwin, PPC] Fix fail of cpp/assert4.c adds 168a1e2923e [Darwin, fixincludes] Fix PR83531
No new revisions were added by this update.
Summary of changes: fixincludes/ChangeLog | 9 + fixincludes/fixincl.x | 66 ++++- fixincludes/inclhack.def | 27 ++ fixincludes/tests/base/os/availability.h | 18 ++ gcc/ChangeLog | 19 ++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/darwin.h | 20 +- gcc/doc/include/gpl_v3.texi | 2 +- gcc/doc/install.texi | 2 +- gcc/doc/ux.texi | 2 +- gcc/fortran/ChangeLog | 44 +++- gcc/fortran/decl.c | 6 +- gcc/fortran/match.c | 29 +++ gcc/fortran/module.c | 16 ++ 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/lex.cc | 279 ++++++++++++++++----- gcc/go/gofrontend/lex.h | 8 +- gcc/go/gofrontend/runtime.def | 7 + gcc/go/gofrontend/statements.cc | 42 +++- gcc/go/gofrontend/statements.h | 19 +- gcc/testsuite/ChangeLog | 33 +++ gcc/testsuite/g++.dg/cpp1z/constexpr-if29.C | 28 +++ gcc/testsuite/gcc.target/sh/pr54236-6.c | 2 +- gcc/testsuite/gfortran.dg/pr71649.f90 | 8 +- 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 ++ gcc/testsuite/gfortran.dg/use_15.f90 | 4 +- gcc/testsuite/gfortran.dg/use_rename_8.f90 | 16 +- libgfortran/ChangeLog | 8 + libgfortran/gfortran.map | 5 + libgfortran/libgfortran.h | 4 + libgfortran/runtime/error.c | 46 +++- libgo/go/runtime/mgcmark.go | 5 + libgo/go/runtime/mwbbuf.go | 9 +- libgo/go/runtime/panic.go | 38 +++ libgo/go/runtime/runtime2.go | 9 + libgo/go/runtime/stack_test.go | 62 +++++ 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 +- 50 files changed, 996 insertions(+), 146 deletions(-) create mode 100644 fixincludes/tests/base/os/availability.h 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 create mode 100644 libgo/go/runtime/stack_test.go