This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/gcc.
from e38f05909e5 runtime: fix TestPhysPageSize on AIX adds 4367667f3c5 Daily bump. adds 4479f584597 RISC-V: Promode modes of constant loads for store insns. adds 037b9c2ba3c Add missing target options (PR middle-end/90258). adds 85cde1c62ae PR target/89261 * config/i386/i386-protos.h (ix86_data_al [...] adds b9fe1c54715 Use __restrict for __relocate_object_a adds 6a41d1aadd8 [netbsd] d: Fix build failures on sparc*-netbsd new 9aee1351e77 PR c++/90173 * g++.dg/cpp1z/class-deduction66.C: Use dg-d [...]
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: gcc/ChangeLog | 34 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-protos.h | 2 +- gcc/config/i386/i386.c | 6 ++-- gcc/config/netbsd-d.c | 4 +-- gcc/config/riscv/riscv-protos.h | 2 +- gcc/config/riscv/riscv.c | 42 ++++++++++++++++++---- gcc/config/riscv/riscv.md | 3 +- gcc/opt-suggestions.c | 5 ++- gcc/testsuite/ChangeLog | 21 +++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction66.C | 2 +- gcc/testsuite/gcc.dg/completion-5.c | 7 ++++ gcc/testsuite/gcc.target/i386/pr89261.c | 9 +++++ .../gcc.target/i386/spellcheck-options-5.c | 5 +++ gcc/testsuite/gcc.target/riscv/load-immediate.c | 32 +++++++++++++++++ libstdc++-v3/ChangeLog | 6 ++++ libstdc++-v3/include/bits/stl_uninitialized.h | 3 +- 17 files changed, 165 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/completion-5.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89261.c create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-5.c create mode 100644 gcc/testsuite/gcc.target/riscv/load-immediate.c