This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gcc.
from 1e2eee7b29e symtab: fix comment typo adds a2f4b4b76cd jit: set DECL_CONTEXT of RESULT_DECL [PR103562] adds b504917e43b libgcc, Darwin: Update darwin10 unwinder shim dependencies. adds 0bceef1671a Daily bump. adds 2e8067041d1 libstdc++: check length in string append [PR103534] adds 8b2885dee57 libgcc: vxcrtstuff.c: remove ctor/dtor declarations adds 365c7c6ac54 libgcc: vxcrtstuff.c: make ctor/dtor functions static adds c87ff875867 Fix handling of thunks in ipa-modref adds 2f217f7218b Avoid updating hot bb threshold in call speculation code adds 7e913caad08 Fortran: fix checking of elemental functions of type CLASS
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/d/ChangeLog | 35 +++++++++++ gcc/fortran/ChangeLog | 9 +++ gcc/fortran/resolve.c | 3 +- gcc/ipa-modref.c | 10 +-- gcc/ipa-profile.c | 12 ---- gcc/jit/ChangeLog | 6 ++ gcc/jit/jit-playback.c | 1 + gcc/testsuite/ChangeLog | 25 ++++++++ gcc/testsuite/g++.dg/warn/Wstringop-overflow-8.C | 10 +++ gcc/testsuite/gfortran.dg/pr103606.f90 | 12 ++++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 + gcc/testsuite/jit.dg/test-pr103562.c | 62 +++++++++++++++++++ include/ChangeLog | 4 ++ libgcc/ChangeLog | 11 ++++ libgcc/config/t-darwin | 2 +- libgcc/config/vxcrtstuff.c | 13 ++-- libgomp/ChangeLog | 6 ++ libphobos/ChangeLog | 12 ++++ libstdc++-v3/ChangeLog | 78 ++++++++++++++++++++++++ libstdc++-v3/include/bits/basic_string.h | 8 +-- 22 files changed, 333 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wstringop-overflow-8.C create mode 100644 gcc/testsuite/gfortran.dg/pr103606.f90 create mode 100644 gcc/testsuite/jit.dg/test-pr103562.c