This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0bd247bbbe4 libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets. new 68aa3c08ef1 check_GNU_style_lib: skip .py files (one should use flake8). new 5b6788ae5a3 tree-optimization/104112 - add check for vect epilogue reduc reuse
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/check_GNU_style_lib.py | 2 +- gcc/testsuite/gcc.dg/vect/pr104112-1.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr104112-2.c | 11 +++++++++++ gcc/tree-vect-loop.cc | 15 ++++++++++++++- 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr104112-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104112-2.c