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_build/master-arm in repository toolchain/ci/gcc.
from eac42299bfd print-tree: dump DECL_LANG_FLAG_8 adds 89cf57ea35d c++: nested lambda capturing a capture proxy, cont [PR94376] adds 6bcb6ed5a44 c++: don't ICE on NAMESPACE_DECL inside FUNCTION_DECL adds fcbf94a5be9 Fix early exit in modref_merge_call_site_flags adds 78fe0f23c73 Change the xfail in gcc.dg/uninit-pr89230-1.c adds 220b9bdfe8f Fortran: add support for IEEE intrinsics on aarch64 non-gli [...] adds 29309f6e29d Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 15 + gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 21 ++ gcc/cp/lambda.c | 9 +- gcc/cp/module.cc | 5 +- gcc/ipa-modref.c | 12 +- gcc/testsuite/ChangeLog | 20 ++ .../g++.dg/cpp0x/lambda/lambda-nested9a.C | 42 +++ gcc/testsuite/gcc.dg/uninit-pr89230-1.c | 4 +- libgfortran/ChangeLog | 5 + libgfortran/config/fpu-aarch64.h | 331 +++++++++++++++++++++ libgfortran/configure.host | 18 +- 12 files changed, 472 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested9a.C create mode 100644 libgfortran/config/fpu-aarch64.h