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-stable-allmodconfig 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. new 36a798fd192 i386: Fix strncmp last arguments in x86_64_elf_section_type_flags new 13686ecef23 c++: Fux strncmp last argument in dump_decl_name [PR93641] new 5602b48b2ed arm: Fix up arm installed unwind.h for use in pedantic mode [...] new a59aa302682 c-format: -Wformat-diag fix [PR93641]
The 4 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 | 46 +++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-format.c | 3 +- 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/ipa-cp.c | 194 +++++++++++++++++----------- gcc/recog.c | 98 +++++++------- gcc/testsuite/ChangeLog | 16 +++ gcc/testsuite/g++.dg/ext/flexary35.C | 18 +++ gcc/testsuite/g++.dg/ipa/pr93203.C | 95 ++++++++++++++ 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 +- libgcc/ChangeLog | 7 + 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 + 27 files changed, 415 insertions(+), 143 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary35.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr93203.C