https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97983
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Vladimir Makarov <vmaka...@gcc.gnu.org>: https://gcc.gnu.org/g:a02e304245b5181d0f56adab0756719d876b0c58 commit r11-5395-ga02e304245b5181d0f56adab0756719d876b0c58 Author: Vladimir N. Makarov <vmaka...@redhat.com> Date: Wed Nov 25 17:06:13 2020 -0500 [PR97983] LRA: Use the right emit func for putting insn in the destination BB. gcc/ 2020-11-25 Vladimir Makarov <vmaka...@redhat.com> PR bootstrap/97983 * lra.c (lra_process_new_insns): Use emit_insn_before_noloc or emit_insn_after_noloc with the destination BB.