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][committed] Remove XFAIL in g++.dg/tree-ssa/pr14814.C


Committed as obvious.

Richard.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 107736)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2005-11-30  Richard Guenther  <rguenther@suse.de>
+
+	PR tree-optimization/21655
+	* g++.dg/tree-ssa/pr14814.C: Remove XFAIL.
+
 2005-11-30  Dale Johannesen  <dalej@apple.com>
 
 	* gcc.c-torture/compile/pr24930.c:  New.
Index: g++.dg/tree-ssa/pr14814.C
===================================================================
--- g++.dg/tree-ssa/pr14814.C	(revision 107736)
+++ g++.dg/tree-ssa/pr14814.C	(working copy)
@@ -14,7 +14,7 @@ int foo(XX& r) {
   if (r.direction().y() < 0.000001) return 0;
   return 1; }
 
-/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" { xfail *-*-* } } }*/
+/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" } } */
 /* { dg-final { scan-tree-dump-times "&r" 0 "forwprop2" } } */
 /* { dg-final { cleanup-tree-dump "forwprop2" } } */
 


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