This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch,testsuite] Remove xfail from g++.dg/tree-ssa/copyprop-1.C.


Browsing gcc-testresults@ I find that g++.dg/tree-ssa/copyprop-1.C is XPASSing everywhere.

This patch removes the xfail from the testcase.

Tested on x86_64-pc-linux-gnu.

OK to commit?

2007-10-25 David Daney <ddaney@avtrex.com>

* g++.dg/tree-ssa/copyprop-1.C: Remove xfail.

Index: g++.dg/tree-ssa/copyprop-1.C
===================================================================
--- g++.dg/tree-ssa/copyprop-1.C	(revision 129629)
+++ g++.dg/tree-ssa/copyprop-1.C	(working copy)
@@ -25,5 +25,5 @@ int foo(Object&o)
   return o[0];
 }
 
-/* { dg-final { scan-tree-dump-not ".* = \[^>;\]*;" "dce2" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-not ".* = \[^>;\]*;" "dce2" } } */
 /* { dg-final { cleanup-tree-dump "dce2" } } */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]