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

--- Comment #7 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:000590c074615cbfffb6ad854a6474e623801460

commit r14-2256-g000590c074615cbfffb6ad854a6474e623801460
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Jul 3 09:17:06 2023 +0200

    tree-optimization/110506 - ICE in pattern recog with TYPE_PRECISION

    The following re-orders checks to make sure we check TYPE_PRECISION
    on an integral type.

            PR tree-optimization/110506
            * tree-vect-patterns.cc (vect_recog_rotate_pattern): Re-order
            TYPE_PRECISION access with INTEGRAL_TYPE_P check.

            * gcc.dg/pr110506-2.c: New testcase.

Reply via email to