This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gcc.
from 0712f356374 Fortran: character length of pointer assignments in structu [...] adds 5eba1575ec8 Update gcc hr.po adds 95768878c71 testsuite: Disable tests for C++23 that depend on std::unexpected adds eb59ddf57fb testsuite: Allow setting gpp_std_list in configuration files adds 69db6e7f4e1 Fortran: avoid NULL pointer dereference checking elemental [...] adds c788a0eae0a analyzer: skip constant pool in -fdump-analyzer-untracked [ [...] adds 9f774626c02 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 11 + config/ChangeLog | 5 + contrib/ChangeLog | 11 + gcc/ChangeLog | 146 ++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 52 + gcc/analyzer/region-model-manager.cc | 7 + gcc/fortran/ChangeLog | 13 + gcc/fortran/resolve.cc | 5 +- gcc/po/ChangeLog | 4 + gcc/po/hr.po | 1882 ++++++++------------ gcc/testsuite/ChangeLog | 112 ++ gcc/testsuite/g++.dg/cpp0x/noexcept06.C | 2 +- gcc/testsuite/gcc.dg/analyzer/untracked-1.c | 26 + gcc/testsuite/gfortran.dg/pr104571.f90 | 12 + gcc/testsuite/lib/g++-dg.exp | 7 +- gcc/testsuite/lib/g++.exp | 6 +- libgcc/ChangeLog | 18 + libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 17 + .../testsuite/18_support/exception/38732.cc | 2 + .../18_support/headers/exception/synopsis.cc | 2 +- .../testsuite/18_support/unexpected_handler.cc | 2 +- 23 files changed, 1241 insertions(+), 1108 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr104571.f90