This is the mail archive of the gcc-cvs@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]

r197579 - in /trunk/gcc: ChangeLog gimple.c tes...


Author: law
Date: Mon Apr  8 13:11:56 2013
New Revision: 197579

URL: http://gcc.gnu.org/viewcvs?rev=197579&root=gcc&view=rev
Log:
        * gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into
        x != y.

        * gcc.dg/tree-ssa/forwprop-25.c: New test

Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-25.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple.c
    trunk/gcc/testsuite/ChangeLog


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