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/61686] Incorrect check in comparison function range_entry_cmp() in tree_ssa_reassoc.c


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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Wed Dec 10 08:20:43 2014
New Revision: 218560

URL: https://gcc.gnu.org/viewcvs?rev=218560&root=gcc&view=rev
Log:
    PR tree-optimization/61686
    * tree-ssa-reassoc.c (range_entry_cmp): Use q->high instead of
    p->high.

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]