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 c/68513] [5 Regression] ICE in gimplify_expr, at gimplify.c:8832, c_maybe_const_expr in IL


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

--- Comment #15 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Wed Jan 20 11:24:51 2016
New Revision: 232605

URL: https://gcc.gnu.org/viewcvs?rev=232605&root=gcc&view=rev
Log:
        PR c/68513
        * match.pd ((x & ~m) | (y & m)): Only perform on GIMPLE.

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

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr68513.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/match.pd
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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