https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82353
--- Comment #8 from Vladimir Makarov <vmakarov at gcc dot gnu.org> --- Author: vmakarov Date: Thu Oct 12 17:06:29 2017 New Revision: 253685 URL: https://gcc.gnu.org/viewcvs?rev=253685&root=gcc&view=rev Log: 2017-10-12 Vladimir Makarov <vmaka...@redhat.com> Revert 2017-10-11 Vladimir Makarov <vmaka...@redhat.com> PR sanitizer/82353 * lra.c (collect_non_operand_hard_regs): Don't ignore operator locations. * lra-lives.c (bb_killed_pseudos, bb_gen_pseudos): Move up. (make_hard_regno_born, make_hard_regno_dead): Update bb_killed_pseudos and bb_gen_pseudos. Modified: trunk/gcc/ChangeLog trunk/gcc/lra-lives.c trunk/gcc/lra.c