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

--- Comment #2 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:3ea069da14c5f6276ae26d2109e9ae0765c09199

commit r11-3277-g3ea069da14c5f6276ae26d2109e9ae0765c09199
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Sep 18 11:34:31 2020 +0200

    tree-optimization/97095 - fix typo in vectorizable_live_operation

    This fixes a typo introduced with the last change and not noticed
    because those vectorizer access macros are not type safe ...

    2020-09-18  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/97095
            * tree-vect-loop.c (vectorizable_live_operation): Get
            the SLP vector type from the correct object.

            * gfortran.dg/pr97095.f: New testcase.

Reply via email to