[Bug rtl-optimization/106082] [13 Regression] Recent change broke m68k
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 29 12:00:01 GMT 2022
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 <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:0282c4acf720e4cc073cf95594aa890444c5ca82
commit r13-1342-g0282c4acf720e4cc073cf95594aa890444c5ca82
Author: Richard Biener <rguenther@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 <rguenther@suse.de>
PR rtl-optimization/106082
* combine.cc (distribute_notes): Preserve notes when
they indicate a call doesn't perform a non-local goto.
More information about the Gcc-bugs
mailing list