https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87727
--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Fri Dec 21 16:09:23 2018 New Revision: 267328 URL: https://gcc.gnu.org/viewcvs?rev=267328&root=gcc&view=rev Log: PR rtl-optimization/87727 * combine.c (cant_combine_insn_p): On a LEAF_REGISTERS target, combine again moves from leaf hard registers. * final.c (final_scan_insn_1) <NOTE_INSN_INLINE_ENTRY>: Minor tweak. Modified: trunk/gcc/ChangeLog trunk/gcc/combine.c trunk/gcc/final.c