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-release-arm-mainline-defconfig in repository toolchain/ci/gcc.
from 329f730fd1d tree-optimization/98786 - fix issue with phiopt and abnormals adds a3a6a7f0dcd PR rtl-optimization/100263: Ensure register can change mode adds 0df3ba96608 libstdc++: Implement LWG 3517/3520 for join_view/transform_view adds 92fef3f2991 PR fortran/100274 - ICE in gfc_conv_procedure_call, at fort [...] adds e3abcc56d26 Fix PR target/100402 adds f3c73cbe2fd Daily bump. adds f1370bf2aa6 arm: Do not clobber callee saved registers with CMSE. adds d218fed53d8 arm: Fix testisms introduced with fix for pr target/95646 adds 9c4797e2b5d modulo-sched: skip loops with strange register defs [PR100225] adds 8430391f4f9 Daily bump. adds d7c8e626153 libcpp: Fix up pragma preprocessing [PR100450] adds bea76e5393d Daily bump. adds 291931b924f Daily bump. adds a21d28d57b7 Daily bump. adds 5f665c1ca45 rs6000: Fix cpu selection w/ isel (PR100108) adds e45df7a8472 Daily bump. adds ee359d860d7 RISC-V: For '-march' and '-mabi' options, add 'Negative' pr [...] adds 28bb5c4bd61 Daily bump. new 419c243dfb9 aarch64: Avoid duplicating bti j insns for jump tables [PR99988]
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 | 76 + gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-bti-insert.c | 15 + gcc/config/arm/arm.c | 4 +- gcc/config/i386/i386.c | 23 +- gcc/config/riscv/riscv.opt | 4 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/fortran/ChangeLog | 11 + gcc/fortran/interface.c | 11 +- gcc/fortran/trans-expr.c | 1 + gcc/modulo-sched.c | 56 +- gcc/postreload.c | 3 +- gcc/testsuite/ChangeLog | 57 + gcc/testsuite/c-c++-common/gomp/pr100450.c | 20 + gcc/testsuite/gcc.c-torture/execute/20210505-1.c | 31 + gcc/testsuite/gcc.dg/pr100225.c | 15 + gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 + gcc/testsuite/gcc.target/arm/pr95646.c | 29 + gcc/testsuite/gfortran.dg/argument_checking_25.f90 | 12 + libcpp/ChangeLog | 8 + libcpp/lex.c | 1 + libgomp/ChangeLog | 7 + .../libgomp.oacc-c-c++-common/atomic_capture-3.c | 1627 ++++++++++++++++++++ libstdc++-v3/ChangeLog | 10 + libstdc++-v3/include/std/ranges | 7 +- 25 files changed, 2057 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/20210505-1.c create mode 100644 gcc/testsuite/gcc.dg/pr100225.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99988.c create mode 100644 gcc/testsuite/gcc.target/arm/pr95646.c create mode 100644 gcc/testsuite/gfortran.dg/argument_checking_25.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_capture-3.c