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-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from d6ba3211354 Daily bump. adds 70454c50b45 tree-object-size: Don't let error_mark_node escape for ADDR [...] adds 57424087e82 if-to-switch: Don't skip the first condition bb when find_c [...] adds 2df1df945fa expand: Fix up expand_cond_expr_using_cmove [PR106030] adds a0c30fe3b88 ifcvt: Don't introduce trapping or faulting reads in noce_t [...] adds ab981aab92c match.pd: Remove "+ 0x80000000" in int comparisons [PR94899] adds f1fcd6e3ad9 doc: Document module language-linkage supported adds 7905a9ac267 libgo: #include <sys/types.h> when checking for loff_t adds 85d613da341 libgomp: Fix up target-31.c test [PR106045] adds 4306339798b PR target/105991: Recognize PLUS and XOR forms of rldimi in [...] adds de89b078e37 Daily bump. adds ec532b47f18 xtensa: Fix buffer overflow adds 5e377d21f1f i386: Add syscall to enable AMX for latest kernels adds 614db2317e6 c++: testsuite: require lto_incremental in pr90990_0.C adds 870f6866c96 testsuite: outputs.exp: test for skip_atsave more thoroughly adds 7a1790ac6b4 testsuite: outputs.exp: cleanup before running tests adds 345d69a7de7 libstdc++: testsuite: work around bitset namespace pollution adds 540ae3601e1 libstdc++: testsuite: require cmath for nexttowardl adds f129628e8f2 libstdc++: testsuite: call sched_yield for nonpreemptive targets adds a33dda016e5 libstdc++: eh_globals: gthreads: reset _S_init before deleting key adds 98b6e62cf5e RISC-V: Add -mtune=thead-c906 to the invoke docs
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 46 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 21 ++++++++- gcc/config/xtensa/xtensa.md | 2 +- gcc/doc/invoke.texi | 9 +--- gcc/expr.cc | 3 +- gcc/gimple-if-to-switch.cc | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/ifcvt.cc | 15 ++++--- gcc/match.pd | 13 ++++++ gcc/testsuite/ChangeLog | 35 +++++++++++++++ gcc/testsuite/g++.dg/lto/pr90990_0.C | 1 + gcc/testsuite/gcc.c-torture/compile/pr106030.c | 16 +++++++ gcc/testsuite/gcc.c-torture/execute/pr106032.c | 21 +++++++++ .../gcc.dg/builtin-dynamic-object-size-0.c | 18 ++++++++ gcc/testsuite/gcc.dg/pr94899.c | 49 ++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-11.c | 28 ++++++++++++ gcc/testsuite/gcc.misc-tests/outputs.exp | 52 +++++++++++++++++++--- gcc/testsuite/gcc.target/i386/amx-check.h | 30 +++++++++++++ gcc/testsuite/gcc.target/powerpc/pr105991.c | 11 +++++ gcc/tree-object-size.cc | 20 +++++---- libgo/configure | 5 ++- libgo/configure.ac | 5 ++- libgomp/ChangeLog | 6 +++ libgomp/testsuite/libgomp.c/target-31.c | 2 +- libstdc++-v3/libsupc++/eh_globals.cc | 9 +++- .../testsuite/20_util/to_chars/long_double.cc | 1 + .../23_containers/bitset/cons/dr1325-2.cc | 1 + .../testsuite/23_containers/bitset/ext/15361.cc | 1 + .../testsuite/23_containers/bitset/input/1.cc | 1 + .../testsuite/23_containers/bitset/to_string/1.cc | 1 + .../23_containers/bitset/to_string/dr396.cc | 1 + .../testsuite/30_threads/this_thread/60421.cc | 1 + 33 files changed, 390 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr106030.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr106032.c create mode 100644 gcc/testsuite/gcc.dg/pr94899.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-11.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr105991.c