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-aarch64 in repository toolchain/ci/gcc.
from d957d250942 Improve location for new statements in match-and-simplify phiopt adds ba64166bf81 testsuite: mark tests that require alias adds 30c286aa937 c++: local_specializations and recursive constrained fn [PR103714] adds 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. adds 19dcecd9632 Optimize bit_and op1 float_vector_all_ones_operands to op1. adds 8d1e342b4af Fix handling of deferred SSA names in modref dataflow new 8d081c0093a opts: Support -Oz in -Ox option hints. new 7424323bd5e jit: Fix -Wodr warning
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 15 + gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 12 + gcc/cp/ChangeLog | 21 ++ gcc/cp/constraint.cc | 4 + gcc/cp/lambda.c | 9 +- gcc/cp/module.cc | 5 +- gcc/ipa-modref.c | 62 ++-- gcc/jit/libgccjit.c | 10 +- gcc/opts.c | 2 +- gcc/print-tree.c | 2 + gcc/testsuite/ChangeLog | 20 ++ .../g++.dg/cpp0x/lambda/lambda-nested9a.C | 42 +++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 ++ gcc/testsuite/g++.dg/torture/pr103669.C | 22 ++ gcc/testsuite/gcc.dg/pr100509.c | 1 + gcc/testsuite/gcc.dg/pragma-diag-10.c | 3 +- gcc/testsuite/gcc.dg/uninit-pr89230-1.c | 4 +- gcc/testsuite/gcc.target/i386/pr98468.c | 35 +++ libgfortran/ChangeLog | 5 + libgfortran/config/fpu-aarch64.h | 331 +++++++++++++++++++++ libgfortran/configure.host | 18 +- 22 files changed, 599 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested9a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C create mode 100644 gcc/testsuite/g++.dg/torture/pr103669.C create mode 100644 gcc/testsuite/gcc.target/i386/pr98468.c create mode 100644 libgfortran/config/fpu-aarch64.h