This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13dfb01e5c3 tree-optimization/110702 - avoid zero-based memory referenc [...] new 29370f13872 tree-optimization/110838 - vectorization of widened shifts new 9524718654c poly_int: Handle more can_div_trunc_p cases
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: gcc/poly-int.h | 45 ++++++++------- gcc/testsuite/gcc.dg/plugin/poly-int-tests.h | 85 ++++++++++++++++++++++++---- gcc/testsuite/gcc.dg/torture/pr110838.c | 43 ++++++++++++++ gcc/tree-vect-patterns.cc | 24 ++++++++ 4 files changed, 165 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr110838.c