This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/gcc.
from 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 adds a33927c9ab4 rtl-optimization: Fix uninitialized use of opaque mode vari [...] adds f9d4544df55 aarch64: Run SUBTARGET_INIT_BUILTINS if it exists
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 3 + 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 +- 26 files changed, 938 insertions(+), 495 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