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

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

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

commit r12-9482-gd639236ea87ff8a6a2d56c0408e6eb92674418e6
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Sat Apr 8 12:21:42 2023 -0600

    PR tree-optimization/109392

    If we have an object with SSA_NAME_OCCURS_IN_ABNORMAL_PHI, then
    maybe_push_res_to_seq may fail.  Directly build the extraction
    for that case.

            PR tree-optimization/109392

    gcc/
            * tree-vect-generic.cc (tree_vec_extract): Handle failure
            of maybe_push_res_to_seq better.

    gcc/testsuite/

            * gcc.dg/pr109392.c: New test.

    (cherry picked from commit 101380a8394c22a7a2ea70de2060ee93716156e2)
  • [Bug tree-optimization/109392] ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to