https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97769
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:1693746302e4306b43cb66a0afe589137069bd8e commit r11-4877-g1693746302e4306b43cb66a0afe589137069bd8e Author: Richard Biener <[email protected]> Date: Tue Nov 10 13:36:22 2020 +0100 tree-optimization/97769 - fix assert in peeling for alignment The following removes an assert that can not easily be adjusted to cover the additional cases we now handle after the removal of the same-align DRs vector. 2020-11-10 Richard Biener <[email protected]> PR tree-optimization/97769 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Remove assert. * gcc.dg/vect/pr97769.c: New testcase.
