This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 222f312a773 [PATCH] fold x << (n % C) to x << (n & C-1) if C meets power2 new 95f27849a58 tree-optimization/97466 - remove spurious assert new 5b80069c7e6 Handle right shifts by zero in range-ops.
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/range-op.cc | 5 ++ gcc/testsuite/gcc.dg/pr97467.c | 16 ++++++ gcc/tree-vect-slp.c | 128 ++++++++++++++++++++--------------------- 3 files changed, 83 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97467.c