Commit 4069d5fb by Richard Guenther Committed by Richard Biener

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
parent 7a1a20d1
2010-10-15 Richard Guenther <rguenther@suse.de> 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 PR lto/45957
* g++.dg/lto/20101014-1_0.C: New testcase. * g++.dg/lto/20101014-1_0.C: New testcase.
......
...@@ -18,5 +18,5 @@ void foo (int testarray[]) ...@@ -18,5 +18,5 @@ void foo (int testarray[])
} }
/* There should be no link_error calls. */ /* 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" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -32,7 +32,5 @@ void a2 (struct s1 sv, int i) ...@@ -32,7 +32,5 @@ void a2 (struct s1 sv, int i)
} }
/* { dg-final { scan-tree-dump-times "sv_\[0-9\]\\\(D\\\)->i" 2 "fre" } } */ /* { 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 /* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" } } */
value of sv.i. */
/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "fre" } } */ /* { dg-final { cleanup-tree-dump "fre" } } */
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