This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfig in repository toolchain/ci/gcc.
from 1d5589d11e6 libstdc++: Fix -Wsign-compare warnings adds a8f9b4c54cc lto: Fix up lto BLOCK tree streaming adds af47a2035a4 [nvptx] Fix printing of 128-bit constant adds aa53f657aaa PowerPC: Change cmove function return to bool. adds fdcc0283c6f Daily bump. adds b7028f060c6 analyzer: stricter handling of non-pure builtins [PR96798] adds 848e74bea1e [PATCH][PR96791] disable POImode ld/st for memcpy adds 60e537a026c [nvptx] Fix printing of 128-bit constant (negative case) adds 5e044c673f8 [nvptx] Fix UB in nvptx_assemble_value adds 563326b5e49 random vectorizer fixes adds a9c960a3bd6 tree-optimization/97013 - avoid duplicate 'vectorization is [...] new dedf9ebc89a Adjust email address new a82c4c4cef0 Adjust email address new e898facaf3c Adjust email address
The 3 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 | 140 +++++++++++++++++++++++++++++-- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 38 ++++++--- gcc/analyzer/region-model-impl-calls.cc | 39 +++++++++ gcc/analyzer/region-model.cc | 36 ++++++++ gcc/analyzer/region-model.h | 2 + gcc/c-family/ChangeLog | 2 +- gcc/c/ChangeLog | 2 +- gcc/config/nvptx/nvptx.c | 13 ++- gcc/config/rs6000/rs6000-protos.h | 4 +- gcc/config/rs6000/rs6000.c | 41 ++++----- gcc/cp/ChangeLog | 30 +++++++ gcc/d/ChangeLog | 16 ++++ gcc/lto-streamer-out.c | 2 +- gcc/testsuite/ChangeLog | 47 +++++++++-- gcc/testsuite/gcc.dg/analyzer/memcpy-1.c | 43 ++++++++++ gcc/testsuite/gcc.dg/analyzer/strcpy-1.c | 18 ++++ gcc/testsuite/gcc.target/nvptx/int128.c | 15 ++++ gcc/tree-vect-slp.c | 29 ++++--- libcc1/ChangeLog | 4 + libphobos/ChangeLog | 22 +++++ libstdc++-v3/ChangeLog | 99 ++++++++++++++++++++++ lto-plugin/ChangeLog | 5 ++ 23 files changed, 582 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/memcpy-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcpy-1.c create mode 100644 gcc/testsuite/gcc.target/nvptx/int128.c