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]

r125988 - in /trunk/gcc: ChangeLog fold-const.c...


Author: spop
Date: Sun Jun 24 20:59:02 2007
New Revision: 125988

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125988
Log:
	PR middle-end/32461
	* fold-const.c (fold_binary): Strip nops of operand 0
	of BIT_NOT_EXPR before calling operand_equal_p.
	* testsuite/gcc.dg/tree-ssa/pr32461-1.c: New.
	* testsuite/gcc.dg/tree-ssa/pr32461-2.c: New.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr32461-1.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr32461-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c


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