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

--- Comment #4 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:a5b773d3f86dd4333696cab0fe3a6953d3db74a3

commit r12-1714-ga5b773d3f86dd4333696cab0fe3a6953d3db74a3
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Jun 22 09:12:42 2021 +0200

    tree-optimization/101159 - fix missing NULL check in popcount pattern

    This fixes a missing check for a NULL vectype in the new popcount
    pattern.

    2021-06-22  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/101159
            * tree-vect-patterns.c (vect_recog_popcount_pattern): Add
            missing NULL vectype check.

Reply via email to