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

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

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

commit r10-11083-gc17873d83aaeed037fb5d039df2e6303d4b6a553
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Nov 14 17:19:20 2022 +0100

    tree-optimization/107485 - fix non-call exception ICE with inlining

    Inlining performs a wrong non-call exception fixup for VEC_COND_EXPRs
    which on the branch fail to properly have the condition split out in
    the first place.

            PR tree-optimization/107485
            * tree-inline.c (remap_gimple_stmt): Use correct type for
            split out condition of [VEC_]COND_EXPRs.

Reply via email to