This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/gcc.
from b4e4b35f4eb Fortran: NULL pointer dereference checking arguments to ASS [...] adds 150ab50f744 Daily bump. adds 0ce8154f1c7 c++: parse trivial DMI immediately [PR96645] adds 63cd7cef7e0 gcov: Reword comment for gcov_read_string() adds b8207ad3671 Revert "gimple: allow more folding of memcpy [PR102125]" adds b75f996e846 rtl-optimization/105091 - wrong DSE with missed TREE_ADDRESSABLE adds bf4832d6fa8 [nvptx] Fix ASM_SPEC workaround for sm_30 adds 97ad0b83138 tree-optimization/105109 - bogus uninit diagnostic with _Complex adds 90533de067d [nvptx, testsuite] Fix typo in gcc.target/nvptx/march.c adds f6d65e80362 ipa: Create LOAD references when necessary during inlining [...] adds cf68f5a6d20 ipa-cp: Do not create clones for values outside known value [...] adds 7f016919fc8 libstdc++: Add comment about memalign requirements adds 7ea3a73c195 ipa: Careful processing ANCESTOR jump functions and NULL po [...] adds 40d643d8de7 aarch64: Implement determine_suggested_unroll_factor adds 562d014efad contrib: Fix up spelling of loongarch-str.h dependency [PR105114] adds 6c0e2645933 options: Fix "Multiple different help strings" error diagnostic adds 58d78650da3 options: Clarifications around option definition records' h [...] adds 0abc1cbad16 runtime: support PPC32 MUSL register access adds aaf3a5993ae rs6000: Fix some missing built-in attributes [PR104004]
No new revisions were added by this update.
Summary of changes: contrib/gcc_update | 2 +- gcc/ChangeLog | 47 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 20 ++++++ gcc/config/aarch64/aarch64.cc | 89 ++++++++++++++++++++++- gcc/config/aarch64/aarch64.opt | 4 ++ gcc/config/nvptx/nvptx.h | 22 ++++-- gcc/config/rs6000/rs6000-builtins.def | 10 +-- gcc/cp/ChangeLog | 26 +++++++ gcc/cp/parser.cc | 28 +++++++- gcc/doc/invoke.texi | 6 ++ gcc/doc/options.texi | 11 +++ gcc/fortran/ChangeLog | 5 ++ gcc/gcov-io.cc | 6 +- gcc/gimple-expr.cc | 3 +- gcc/gimple-fold.cc | 16 ++--- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-cp.cc | 103 ++++++++++++++++++++------- gcc/ipa-prop.cc | 50 ++++++++----- gcc/ipa-prop.h | 13 ++++ gcc/optc-gen.awk | 7 +- gcc/po/ChangeLog | 4 ++ gcc/testsuite/ChangeLog | 72 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi10.C | 4 +- gcc/testsuite/g++.dg/ext/is_constructible3.C | 2 +- gcc/testsuite/g++.dg/ext/is_constructible7.C | 3 +- gcc/testsuite/gcc.dg/ipa/pr102513.c | 33 +++++++++ gcc/testsuite/gcc.dg/ipa/pr103083-1.c | 28 ++++++++ gcc/testsuite/gcc.dg/ipa/pr103083-2.c | 30 ++++++++ gcc/testsuite/gcc.dg/ipa/remref-6.c | 2 +- gcc/testsuite/gcc.dg/ipa/remref-7.c | 33 +++++++++ gcc/testsuite/gcc.dg/lto/pr103171_0.c | 11 +++ gcc/testsuite/gcc.dg/lto/pr103171_1.c | 35 +++++++++ gcc/testsuite/gcc.dg/uninit-pr105109.c | 15 ++++ gcc/testsuite/gcc.target/nvptx/march.c | 2 +- gcc/tree-ssa.cc | 1 + libgo/runtime/go-signal.c | 18 +++++ libstdc++-v3/libsupc++/new_opa.cc | 2 + 38 files changed, 683 insertions(+), 84 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102513.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103083-1.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103083-2.c create mode 100644 gcc/testsuite/gcc.dg/ipa/remref-7.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr103171_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr103171_1.c create mode 100644 gcc/testsuite/gcc.dg/uninit-pr105109.c