This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 4602a494e94 c++: ->template and implicit typedef [PR104608] adds 7c2ac3cebd5 Fix multiple issue in the testcase allocate-1.f90. adds b5417a0ba7e libstdc++: Move closing brace outside #endif [PR104866] adds d8e5fff6b74 [PR103074] LRA: Check new conflicts when splitting hard reg [...] adds d016dd7dbb8 analyzer: fix ICE with -fanalyzer-transitivity [PR104863] adds a8db9b90439 libstdc++: Do not use fast_float for 16-bit size_t [PR104870] adds a717376e99f PR c++/84964: Middle-end patch to expand_call for ICE after sorry. new 5e28be89665 Daily bump.
The 1 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: contrib/ChangeLog | 11 ++ gcc/ChangeLog | 133 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 + gcc/analyzer/ChangeLog | 53 +++++++++ gcc/analyzer/constraint-manager.cc | 4 + gcc/calls.cc | 2 + gcc/cp/ChangeLog | 39 +++++++ gcc/lra-constraints.cc | 9 +- gcc/testsuite/ChangeLog | 143 +++++++++++++++++++++++ gcc/testsuite/g++.dg/other/pr84964.C | 7 ++ gcc/testsuite/gcc.dg/analyzer/torture/pr104863.c | 14 +++ gcc/testsuite/gcc.target/i386/pr103074.c | 16 +++ libgomp/ChangeLog | 56 +++++++++ libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 26 ++--- libstdc++-v3/ChangeLog | 22 ++++ libstdc++-v3/include/bits/this_thread_sleep.h | 2 +- libstdc++-v3/src/c++17/floating_from_chars.cc | 3 +- 18 files changed, 529 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/pr84964.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr104863.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103074.c