https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102949

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:eed248bb8cc3091e8a9b2f73138c691396752438

commit r12-4763-geed248bb8cc3091e8a9b2f73138c691396752438
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Oct 28 10:07:40 2021 +0200

    tree-optimization/102949 - fix base object alignment

    This fixes fallout of g:4703182a06b831a9 where we now silently fail
    to force alignment of a base object.  The fix is to look at the
    dr_info of the group leader to be consistent with alignment analysis.

    2021-10-28  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/102949
            * tree-vect-stmts.c (ensure_base_align): Look at the
            dr_info of a group leader and assert we are looking at
            one with analyzed alignment.

Reply via email to