]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/21655 (g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this...
authorRichard Guenther <rguenther@suse.de>
Wed, 30 Nov 2005 21:07:10 +0000 (21:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 30 Nov 2005 21:07:10 +0000 (21:07 +0000)
2005-11-30  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/21655
        * g++.dg/tree-ssa/pr14814.C: Remove XFAIL.

From-SVN: r107739

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr14814.C

index 056b57e924c8695b36e57207fa89f892f0dc9de5..901f023ceca42b1f889d05020d339cf32a522850 100644 (file)
@@ -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 c793f88f22fd363026be7e77a72c286cd70d83ce..59e3c9bc9b4009486cf817bba5ef3ce160939b84 100644 (file)
@@ -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" } } */