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-mainline-allmodconfig 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 [...] adds f5254ef52f7 * ipa.c (walk_polymorphic_call_targets): Fix updating of o [...] new 0cf3b07b954 * gcc.c (process_command): Update copyright notice dates. [...] new 2047c5967ab * update-copyright.py: Add Mentor Graphics Corporation and [...]
The 2 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: contrib/ChangeLog | 5 + contrib/update-copyright.py | 5 +- gcc/ChangeLog | 37044 +----------------------- gcc/{ChangeLog => ChangeLog-2019} | 6 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6714 +---- gcc/ada/{ChangeLog => ChangeLog-2019} | 0 gcc/ada/gnat_rm.texi | 2 +- gcc/ada/gnat_ugn.texi | 2 +- gcc/d/ChangeLog | 326 +- gcc/d/{ChangeLog => ChangeLog-2019} | 0 gcc/d/gdc.texi | 2 +- gcc/doc/cpp.texi | 2 +- gcc/doc/cppinternals.texi | 4 +- gcc/doc/gcc.texi | 2 +- gcc/doc/gccint.texi | 2 +- gcc/doc/gcov.texi | 2 +- gcc/doc/install.texi | 4 +- gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 3122 +- gcc/fortran/{ChangeLog => ChangeLog-2019} | 0 gcc/fortran/gfc-internals.texi | 2 +- gcc/fortran/gfortran.texi | 2 +- gcc/fortran/gfortranspec.c | 2 +- gcc/fortran/intrinsic.texi | 2 +- gcc/fortran/invoke.texi | 4 +- gcc/gcc.c | 2 +- gcc/gcov-dump.c | 2 +- gcc/gcov-tool.c | 2 +- gcc/gcov.c | 2 +- gcc/go/ChangeLog | 4 + gcc/go/gccgo.texi | 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 +- libgomp/ChangeLog | 4 + libgomp/libgomp.texi | 2 +- libitm/ChangeLog | 4 + libitm/libitm.texi | 2 +- libquadmath/ChangeLog | 4 + libquadmath/libquadmath.texi | 2 +- 45 files changed, 187 insertions(+), 66427 deletions(-) copy gcc/{ChangeLog => ChangeLog-2019} (99%) copy gcc/ada/{ChangeLog => ChangeLog-2019} (100%) copy gcc/d/{ChangeLog => ChangeLog-2019} (100%) copy gcc/fortran/{ChangeLog => ChangeLog-2019} (100%) 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