This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 05402ca65a6 passes: Enable split4 with selective scheduling 2 [PR98439] adds a4953810bac RISC-V: Shorten memrefs improvement, partial fix 97417. adds 18fabc35f47 RISC-V: Avoid zero/sign extend for volatile loads. Fix for 97417. adds c8656df6667 Daily bump. adds 4e3590d06cf libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR 99096] adds 9966699d7a9 Fix memory leak in ipa-refernece adds c5ae38e8dc3 Daily bump. adds 70099a6acf5 match.pd: Fix up A % (cast) (pow2cst << B) simplification [ [...] adds 8ec4f693fb5 Fix cast in df_worklist_dataflow_doublequeue adds 26cedbce4b4 Add 2 missing Param keywords. adds 40f235b5f00 Fix 2 more leaks related to gen_command_line_string. adds abe07a74bb7 rtl-ssa: Reduce the amount of temporary memory needed [PR98863] adds d27153f038c libstdc++: Add missing return and use reserved name adds cc9a0a3d79d libstdc++: Fix __thread_yield for non-gthreads targets new a33927c9ab4 rtl-optimization: Fix uninitialized use of opaque mode vari [...] new f9d4544df55 aarch64: Run SUBTARGET_INIT_BUILTINS if it exists
The 2 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 | 43 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 3 + gcc/config/riscv/riscv-shorten-memrefs.c | 34 +- gcc/config/riscv/riscv.c | 41 +- gcc/d/ChangeLog | 10 + gcc/df-core.c | 2 +- gcc/init-regs.c | 5 +- gcc/ipa-reference.c | 16 +- gcc/match.pd | 23 +- gcc/params.opt | 4 +- gcc/rtl-ssa/accesses.cc | 1 + gcc/rtl-ssa/blocks.cc | 855 ++++++++++++++++---------- gcc/rtl-ssa/changes.cc | 1 + gcc/rtl-ssa/functions.cc | 20 +- gcc/rtl-ssa/functions.h | 95 +-- gcc/rtl-ssa/insns.cc | 51 +- gcc/rtl-ssa/internals.h | 140 +++++ gcc/rtl-ssa/internals.inl | 18 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gcc.c-torture/execute/pr99079.c | 18 + gcc/testsuite/gcc.dg/fold-modpow2-2.c | 47 ++ gcc/testsuite/gcc.target/powerpc/pr98872.c | 19 + gcc/toplev.c | 14 +- libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/atomic_wait.h | 17 +- libstdc++-v3/include/std/mutex | 12 +- libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +- 28 files changed, 998 insertions(+), 510 deletions(-) create mode 100644 gcc/rtl-ssa/internals.h create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr99079.c create mode 100644 gcc/testsuite/gcc.dg/fold-modpow2-2.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr98872.c