diff mbox

Fix PR46021

Message ID alpine.LNX.2.00.1010151301480.23074@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Oct. 15, 2010, 11:02 a.m. UTC
Committed.  gcc.dg/tree-ssa/20040204-1.c is odd, leaving for 
investigation.

Richard.

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.
diff mbox

Patch

Index: testsuite/gcc.dg/tree-ssa/20031106-3.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/20031106-3.c	(revision 165501)
+++ testsuite/gcc.dg/tree-ssa/20031106-3.c	(working copy)
@@ -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" } } */
Index: testsuite/gcc.dg/tree-ssa/fre-vce-1.c
===================================================================
--- testsuite/gcc.dg/tree-ssa/fre-vce-1.c	(revision 165501)
+++ testsuite/gcc.dg/tree-ssa/fre-vce-1.c	(working copy)
@@ -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" } } */