This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os in repository toolchain/ci/gcc.
from 06712fc68dc tsan: Add param to disable func-entry-exit instrumentation adds 309a6c468f3 go.test: update issue4085b.go to version from Go 1.13 adds 75452d68672 runtime: fix arenaBaseOffset for aix/ppc adds 8e3b453e087 Daily bump. adds 0cfc34ad129 Disable -Wstringop-overflow warning after checking code pat [...] adds c19ef23bb98 Remove failing test case accidentally committed. adds 678178cbf36 Correct test to avoid failures in ILP32. adds efb4d745551 Daily bump. new 4a557dc4565 testsuite: Re-add gdc.test prefix in test names (PR testsui [...] new 275bef5fbae d: Fix line lengths after mechanical field renames. new 1af22e45558 When avoiding double deallocation, look at namespace, expre [...] new 4644e8f15f8 Always use locations from get and put arguments for error m [...]
The 4 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: ChangeLog | 4 + gcc/ChangeLog | 130 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 316 +++++++++++++++++++++ gcc/d/expr.cc | 3 +- gcc/d/typeinfo.cc | 9 +- gcc/fortran/check.c | 4 +- gcc/fortran/class.c | 18 +- gcc/fortran/gfortran.h | 18 +- gcc/fortran/symbol.c | 12 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 47 +++ gcc/testsuite/gcc.dg/builtin-stringop-chk-5.c | 14 +- gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_36.f90 | 39 +++ gcc/testsuite/gfortran.dg/random_seed_4.f90 | 14 + gcc/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +- gcc/testsuite/lib/gdc-utils.exp | 18 +- libgfortran/ChangeLog | 6 + libgfortran/io/write.c | 8 + libgo/go/runtime/export_test.go | 2 +- libgo/go/runtime/malloc.go | 2 +- libstdc++-v3/ChangeLog | 17 ++ 23 files changed, 660 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/finalize_36.f90 create mode 100644 gcc/testsuite/gfortran.dg/random_seed_4.f90