This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/33673] [4.3 Regression] ICE in verify_flow_info, missing barrier, when multiple tree opts disabled



------- Comment #9 from jakub at gcc dot gnu dot org  2007-11-01 08:48 -------
Subject: Bug 33673

Author: jakub
Date: Thu Nov  1 08:48:05 2007
New Revision: 129819

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129819
Log:
        PR rtl-optimization/33673
        * gcse.c (cprop_jump): If a conditional jump has been optimized
        into unconditional jump, make the remaining normal edge fallthru
        and delete the jump insn.

        * gcc.dg/pr33673.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr33673.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcse.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33673


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]