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

--- 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:0282c4acf720e4cc073cf95594aa890444c5ca82

commit r13-1342-g0282c4acf720e4cc073cf95594aa890444c5ca82
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Jun 28 13:08:33 2022 +0200

    rtl-optimization/106082 - preserve EH note for no non-local goto

    The following makes sure we preserve EH notes on call insns that
    indicate the call doesn't perform a non-local goto when distributing
    notes after combining insns.

    2022-06-28  Richard Biener  <rguent...@suse.de>

            PR rtl-optimization/106082
            * combine.cc (distribute_notes): Preserve notes when
            they indicate a call doesn't perform a non-local goto.

Reply via email to