Commit 00f5f722 by Roger Sayle Committed by Roger Sayle

fold-compare-1.c: Update to reflect recent changes in tree canonicalization.


	* gcc.dg/fold-compare-1.c: Update to reflect recent changes in
	tree canonicalization.

From-SVN: r118170
parent 83737db2
2006-10-29 Roger Sayle <roger@eyesopen.com>
* gcc.dg/fold-compare-1.c: Update to reflect recent changes in
tree canonicalization.
2006-10-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/builtins-20.c: Add more hypot tests.
......@@ -47,7 +47,7 @@ int test8(int l)
/* { dg-final { scan-tree-dump-times "f == -6" 1 "original" } } */
/* { dg-final { scan-tree-dump-times "h < g" 1 "original" } } */
/* { dg-final { scan-tree-dump-times "j >= i" 1 "original" } } */
/* { dg-final { scan-tree-dump-times "k > -4" 1 "original" } } */
/* { dg-final { scan-tree-dump-times "l <= -3" 1 "original" } } */
/* { dg-final { scan-tree-dump-times "k >= -3" 1 "original" } } */
/* { dg-final { scan-tree-dump-times "l < -2" 1 "original" } } */
/* { dg-final { cleanup-tree-dump "original" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment