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_build/master-arm in repository toolchain/ci/gcc.
from 982a2c9b786 libstdc++: Add std::time_get %r support [PR71367] adds bb6a1ebb858 Fortran: fix check for pointer dummy arguments with INTENT(IN) adds 0df964ba287 c++: Add test for C++23 auto(x) adds 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
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/check.c | 32 ++-------- gcc/fortran/expr.c | 9 ++- gcc/jit/ChangeLog | 6 ++ gcc/jit/jit-playback.c | 1 + gcc/symtab.c | 2 +- gcc/testsuite/ChangeLog | 25 ++++++++ gcc/testsuite/g++.dg/cpp23/auto-fncast10.C | 18 ++++++ gcc/testsuite/g++.dg/warn/Wstringop-overflow-8.C | 10 +++ gcc/testsuite/gfortran.dg/move_alloc_8.f90 | 4 +- gcc/testsuite/gfortran.dg/pointer_intent_9.f90 | 33 ++++++++++ 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 +-- 24 files changed, 380 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-fncast10.C create mode 100644 gcc/testsuite/g++.dg/warn/Wstringop-overflow-8.C create mode 100644 gcc/testsuite/gfortran.dg/pointer_intent_9.f90 create mode 100644 gcc/testsuite/jit.dg/test-pr103562.c