https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63659
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Nov 28 17:03:55 2014 New Revision: 218166 URL: https://gcc.gnu.org/viewcvs?rev=218166&root=gcc&view=rev Log: Backported from mainline 2014-10-31 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/63659 * ree.c (update_reg_equal_equiv_notes): New function. (combine_set_extension, transform_ifelse): Use it. * gcc.c-torture/execute/pr63659.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr63659.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/ree.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog