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_lto in repository toolchain/ci/gcc.
from d87483015d4 i386: Check AX input in any_mul_highpart peepholes adds ad6091d1b89 Daily bump. adds 500d3f0a302 RISC-V: fixed testcase riscv/pr103302.c adds e078de24eae testsuite: Avoid unwanted vecorization [PR95046] adds 9407058a430 ix86: Don't use the 'm' constraint for x86_64_general_operand adds 88cdcb5c18d c++: hard error w/ ptr+N and incomplete type [PR103700] adds 916ec36d0a3 c++: Add testcase for SFINAE w/ p[N] and incomplete type [P [...] adds ea8b5640551 Improve atomic store implementation on hppa-linux. new 3430132f3e8 Fortran: fix use of static_assert() to conform to C11
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 | 6 + gcc/DATESTAMP | 2 +- gcc/c-family/c-common.c | 2 + gcc/config/i386/constraints.md | 10 + gcc/config/i386/i386.md | 67 +-- gcc/config/pa/pa-protos.h | 1 - gcc/config/pa/pa.c | 76 ---- gcc/config/pa/pa.md | 40 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/template/sfinae32.C | 24 ++ gcc/testsuite/g++.dg/template/sfinae32a.C | 24 ++ gcc/testsuite/gcc.target/i386/pr103762-1a.c | 647 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr103762-1b.c | 7 + gcc/testsuite/gcc.target/i386/pr103762-1c.c | 7 + gcc/testsuite/gcc.target/riscv/pr103302.c | 2 +- gcc/testsuite/gfortran.dg/extract_recip_1.f | 2 +- libgfortran/ChangeLog | 7 + libgfortran/runtime/string.c | 3 +- 18 files changed, 808 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/sfinae32.C create mode 100644 gcc/testsuite/g++.dg/template/sfinae32a.C create mode 100644 gcc/testsuite/gcc.target/i386/pr103762-1a.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103762-1b.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103762-1c.c