re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)

2010-10-15  Richard Guenther  <rguenther@suse.de>

	PR testsuite/46021
	* gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL.
	* gcc.dg/tree-ssa/fre-vce-1.c: Likewise.

From-SVN: r165503
This commit is contained in:
Richard Guenther 2010-10-15 11:03:15 +00:00 committed by Richard Biener
parent 7a1a20d1c9
commit 4069d5fbd1
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2010-10-15 Richard Guenther <rguenther@suse.de>
PR testsuite/46021
* gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL.
* gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
2010-10-15 Richard Guenther <rguenther@suse.de>
PR lto/45957

View File

@ -18,5 +18,5 @@ void foo (int testarray[])
}
/* There should be no link_error calls. */
/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */

View File

@ -32,7 +32,5 @@ void a2 (struct s1 sv, int i)
}
/* { dg-final { scan-tree-dump-times "sv_\[0-9\]\\\(D\\\)->i" 2 "fre" } } */
/* We can't value-number *(float *)&sv.i as VIEW_CONVERT_EXPR of the
value of sv.i. */
/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" } } */
/* { dg-final { cleanup-tree-dump "fre" } } */