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

--- Comment #8 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:f2c2ebb9eed4fa38a3e56dad4a2339a989b11e87

commit r12-8345-gf2c2ebb9eed4fa38a3e56dad4a2339a989b11e87
Author: Richard Biener <rguent...@suse.de>
Date:   Thu May 5 09:34:59 2022 +0200

    tree-optimization/105484 - VEC_SET and EH

    When the IL representation of VEC_SET is marked as throwing
    (unnecessarily), we need to clean that when replacing it with
    the .VEC_SET internal function call which cannot throw.

    2022-05-05  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/105484
            * gimple-isel.cc (gimple_expand_vec_set_expr): Clean EH, return
            whether the CFG changed.
            (gimple_expand_vec_exprs): When the CFG changed, clean it up.

            * gcc.dg/torture/pr105484.c: New testcase.

    (cherry picked from commit e1a41143a2e24c65d94364fd82b165ff71a759d8)

Reply via email to