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-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from 38660e87f01 libstdc++: Fix names of types in comment adds f4777088c9f Improve splitX passes management adds 8686c4d8451 Fix target selector for pr91333.c adds 04c3a1f2c6e Daily bump. adds a0f6a8cb414 Generalized value pass-through for self-recusive function ( [...] adds a5f79f225e6 Update testcase ChangeLog for PR93203 adds fd789c816b0 Add xfails to libgomp tests target-{33,34}.c, target-link-1.c adds 59dbb04df76 c++: Fix flexible array with synthesized constructor. adds 36a798fd192 i386: Fix strncmp last arguments in x86_64_elf_section_type_flags adds 13686ecef23 c++: Fux strncmp last argument in dump_decl_name [PR93641] adds 5602b48b2ed arm: Fix up arm installed unwind.h for use in pedantic mode [...] adds a59aa302682 c-format: -Wformat-diag fix [PR93641] new 339ab27a7de md.texi (Define Subst): Match closing paren in example. new 1cad5e89a9e arm: correct constraints on movsi_compare0 [PR91913] new bf6465d0461 i386: Properly pop restore token in signal frame new 86edfcfeccf arm: Add testcase for already fixed ICE [PR91913] new cf0f07ef0ef Move ChangeLog entry of commit bf6465d046 from gcc to libgcc
The 5 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 | 57 ++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-format.c | 3 +- gcc/config/arm/arm.md | 11 +- gcc/config/i386/i386.c | 5 +- gcc/config/nds32/nds32.c | 2 +- gcc/config/sh/sh.c | 2 +- gcc/cp/ChangeLog | 11 ++ gcc/cp/cp-tree.h | 1 + gcc/cp/error.c | 2 +- gcc/cp/init.c | 7 +- gcc/cp/tree.c | 9 ++ gcc/doc/md.texi | 2 +- gcc/ipa-cp.c | 194 +++++++++++++++++----------- gcc/recog.c | 98 +++++++------- gcc/testsuite/ChangeLog | 27 ++++ gcc/testsuite/g++.dg/ext/flexary35.C | 18 +++ gcc/testsuite/g++.dg/ipa/pr93203.C | 95 ++++++++++++++ gcc/testsuite/g++.target/i386/pr85334-1.C | 55 ++++++++ gcc/testsuite/g++.target/i386/pr85334-2.C | 48 +++++++ gcc/testsuite/gcc.dg/format/gcc_diag-11.c | 2 + gcc/testsuite/gcc.dg/ipa/ipcp-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr91333.c | 2 +- gcc/testsuite/gfortran.dg/pr91913.f90 | 5 + libgcc/ChangeLog | 13 ++ libgcc/config/i386/shadow-stack-unwind.h | 43 ++++++ libgcc/unwind-arm-common.inc | 8 +- libgcc/unwind-pe.h | 2 +- libgomp/ChangeLog | 9 ++ libgomp/testsuite/libgomp.c/target-33.c | 3 + libgomp/testsuite/libgomp.c/target-34.c | 3 + libgomp/testsuite/libgomp.c/target-link-1.c | 3 + 33 files changed, 603 insertions(+), 147 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary35.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr93203.C create mode 100644 gcc/testsuite/g++.target/i386/pr85334-1.C create mode 100644 gcc/testsuite/g++.target/i386/pr85334-2.C create mode 100644 gcc/testsuite/gfortran.dg/pr91913.f90