This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r128766 - in /branches/gcc-4_2-branch/gcc: Chan...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 25 Sep 2007 15:14:43 -0000
- Subject: r128766 - in /branches/gcc-4_2-branch/gcc: Chan...
Author: jakub
Date: Tue Sep 25 15:14:42 2007
New Revision: 128766
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128766
Log:
PR tree-optimization/32694
2006-11-08 Roger Sayle <roger@eyesopen.com>
* tree-ssa-propagate.c (set_rhs): Verify tcc_comparison the same way
as tcc_binary.
* tree-ssa-ccp.c (fold_stmt_r) <COND_EXPR>: Use set_rhs to modify
the condition after calling fold_binary.
* gcc.c-torture/compile/20070925-1.c: New test.
Added:
branches/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/compile/20070925-1.c
Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
branches/gcc-4_2-branch/gcc/tree-ssa-ccp.c
branches/gcc-4_2-branch/gcc/tree-ssa-propagate.c