https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63282

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Sep 30 10:33:25 2014
New Revision: 215713

URL: https://gcc.gnu.org/viewcvs?rev=215713&root=gcc&view=rev
Log:
    PR inline-asm/63282
    * ifcvt.c (dead_or_predicable): Don't call redirect_jump_1
    or invert_jump_1 if jump isn't any_condjump_p.

    * gcc.c-torture/compile/pr63282.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/compile/pr63282.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/ifcvt.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog

Reply via email to