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-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 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. adds 4a557dc4565 testsuite: Re-add gdc.test prefix in test names (PR testsui [...] adds 275bef5fbae d: Fix line lengths after mechanical field renames. adds 1af22e45558 When avoiding double deallocation, look at namespace, expre [...] adds 4644e8f15f8 Always use locations from get and put arguments for error m [...] adds 3ee9d82484b PR fortran/95088 - Buffer overflows with PDTs, submodules a [...] adds 3de12cc548c Avoid crash when global symbol table is empty with -fdump-f [...] adds 0dcb572c08a Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + gcc/ChangeLog | 130 +++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 316 ++++++++++++++++++++++++++ gcc/d/ChangeLog | 7 + gcc/d/expr.cc | 3 +- gcc/d/typeinfo.cc | 9 +- gcc/fortran/ChangeLog | 27 +++ gcc/fortran/check.c | 4 +- gcc/fortran/class.c | 32 +-- gcc/fortran/dump-parse-tree.c | 5 +- gcc/fortran/gfortran.h | 18 +- gcc/fortran/symbol.c | 12 + gcc/testsuite/ChangeLog | 68 ++++++ 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/pr95088.f90 | 31 +++ gcc/testsuite/gfortran.dg/random_seed_4.f90 | 14 ++ gcc/testsuite/lib/gdc-utils.exp | 18 +- libgfortran/ChangeLog | 6 + libgfortran/io/write.c | 8 + libstdc++-v3/ChangeLog | 17 ++ 23 files changed, 747 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/finalize_36.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95088.f90 create mode 100644 gcc/testsuite/gfortran.dg/random_seed_4.f90