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_O1 in repository toolchain/ci/gcc.
from 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] adds 57ad4462dec Daily bump. adds fa79cc4a433 Test for linking for arm/size-optimization-ieee-[123].c new 5901a10bdf7 MAINTAINERS: Update my email address
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: MAINTAINERS | 2 +- contrib/ChangeLog | 7 ++ contrib/gcc_update | 2 +- gcc/ChangeLog | 102 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- 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 | 6 ++ gcc/doc/invoke.texi | 6 ++ gcc/doc/options.texi | 11 +++ 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/testsuite/ChangeLog | 34 +++++++ 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.target/arm/size-optimization-ieee-1.c | 2 +- .../gcc.target/arm/size-optimization-ieee-2.c | 2 +- .../gcc.target/arm/size-optimization-ieee-3.c | 2 +- gcc/testsuite/gcc.target/nvptx/march.c | 2 +- gcc/testsuite/lib/target-supports.exp | 12 +++ gcc/tree-ssa.cc | 1 + libgo/runtime/go-signal.c | 18 ++++ libstdc++-v3/ChangeLog | 4 + libstdc++-v3/libsupc++/new_opa.cc | 2 + 38 files changed, 647 insertions(+), 82 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