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-mainline-defconfig in repository toolchain/ci/gcc.
from 4682b0a53b3 PR libgomp/93065 * oacc-init.c (goacc_runtime_deinitializ [...] adds fa6ecff34e7 Fix EXTRACT_LAST_REDUCTION segfault adds 7da4c46fa9b Daily bump. adds c228cb6bfd4 PR tree-optimization/93098 * match.pd (popcount): For shi [...] new f5254ef52f7 * ipa.c (walk_polymorphic_call_targets): Fix updating of o [...]
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 | 37049 +----------------------- gcc/{ChangeLog => ChangeLog-2019} | 6 + gcc/DATESTAMP | 2 +- gcc/ipa.c | 3 +- gcc/match.pd | 79 +- gcc/testsuite/ChangeLog | 19181 +----------- gcc/testsuite/{ChangeLog => ChangeLog-2019} | 4 + gcc/testsuite/gcc.c-torture/compile/pr93098.c | 37 + gcc/testsuite/gcc.dg/vect/vect-cond-reduc-6.c | 10 + gcc/tree-vect-stmts.c | 8 +- 10 files changed, 123 insertions(+), 56256 deletions(-) copy gcc/{ChangeLog => ChangeLog-2019} (99%) copy gcc/testsuite/{ChangeLog => ChangeLog-2019} (99%) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93098.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-cond-reduc-6.c