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 tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Feb 14 08:23:18 2015
New Revision: 220706

URL: https://gcc.gnu.org/viewcvs?rev=220706&root=gcc&view=rev
Log:
    PR tree-optimization/62209
    * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
    op == range->exp, insert seq and gimplified code after labels
    instead of after the phi.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-reassoc.c


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