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 lto/54980] [4.8 regression] gimple check: expected gimple_cond(error_mark), have gimple_call() in gimple_cond_set_lhs, at gimple.h:2578


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

--- Comment #11 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-10-25 14:52:37 UTC ---
Author: hubicka
Date: Thu Oct 25 14:52:32 2012
New Revision: 192809

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192809
Log:

    PR tree-optimize/54980
    * tree-ssa-loop-ivcanon.c (constant_after_peeling): Fix
    obvious typo.
    (loop_edge_to_cancel): Be sure that the edge is from an conditional
    so we can cancel it.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-loop-ivcanon.c


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