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 middle-end/67512] [5/6 Regression] internal compiler error: in invert_tree_comparison, at fold-const.c:2456


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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Wed Sep  9 17:09:32 2015
New Revision: 227594

URL: https://gcc.gnu.org/viewcvs?rev=227594&root=gcc&view=rev
Log:
        PR middle-end/67512
        * tree-ssa-uninit.c (pred_equal_p): Only call invert_tree_comparison
        for comparisons.

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

Added:
    trunk/gcc/testsuite/gcc.dg/pr67512.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-uninit.c


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