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

--- Comment #8 from GCC 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:226a220d0056396e825e12435cc0da52cbd5ac56

commit r14-9665-g226a220d0056396e825e12435cc0da52cbd5ac56
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Mar 26 09:39:30 2024 +0100

    tree-optimization/114464 - verify types in recurrence vectorization

    The following adds missing verification of vector type compatibility
    to recurrence vectorization.

            PR tree-optimization/114464
            * tree-vect-loop.cc (vectorizable_recurr): Verify the latch
            vector type is compatible with what we chose for the recurrence.

            * g++.dg/vect/pr114464.cc: New testcase.

Reply via email to