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-allnoconfig 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 ++++++ gcc/DATESTAMP | 2 +- gcc/config/nds32/nds32.c | 2 +- gcc/config/sh/sh.c | 2 +- gcc/cp/ChangeLog | 6 + gcc/cp/cp-tree.h | 1 + gcc/cp/init.c | 7 +- gcc/cp/tree.c | 9 ++ gcc/ipa-cp.c | 194 +++++++++++++++++----------- gcc/recog.c | 98 +++++++------- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/ext/flexary35.C | 18 +++ gcc/testsuite/g++.dg/ipa/pr93203.C | 95 ++++++++++++++ gcc/testsuite/gcc.dg/ipa/ipcp-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr91333.c | 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 + 19 files changed, 372 insertions(+), 133 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary35.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr93203.C