http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56999
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-05-02 19:31:16 UTC --- Author: vmakarov Date: Thu May 2 17:46:58 2013 New Revision: 198554 URL: http://gcc.gnu.org/viewcvs?rev=198554&root=gcc&view=rev Log: 2013-05-02 Vladimir Makarov <vmaka...@redhat.com> Backport from mainline 2013-04-18 Vladimir Makarov <vmaka...@redhat.com> PR rtl-optimization/56992 * lra-coalesce.c (coalescable_pseudo_p): Remove 2nd parameter and related code. (lra_coalesce): Remove split_origin_bitmap and related code. * lra.c (lra): Coalesce after undoing inheritance. Recreate live ranges if necessary. 2013-05-02 Vladimir Makarov <vmaka...@redhat.com> Backport from mainline 2013-04-18 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/56992 * g++.dg/opt/pr56999.C: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/g++.dg/opt/pr56999.C Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/lra-coalesce.c branches/gcc-4_8-branch/gcc/lra.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog