Un-XFAIL 'gcc.dg/graphite/pr80906.c'
authorThomas Schwinge <thomas@codesourcery.com>
Sat, 6 Jun 2020 16:23:28 +0000 (18:23 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 16 Jun 2020 08:13:55 +0000 (10:13 +0200)
The recent commit b6ff3ddecfa93d53867afaaa078f85fc848abbbd
"tree-optimization/94988 - enhance SM some more" fixed this.

gcc/testsuite/
PR tree-optimization/94988
* gcc.dg/graphite/pr80906.c: Un-XFAIL.

gcc/testsuite/gcc.dg/graphite/pr80906.c

index 85981b1..59c7f59 100644 (file)
@@ -25,5 +25,4 @@ ec (int lh[][2])
   return c5 + m3;
 }
 
-/* We cannot perform a required store motion.  */
-/* { dg-final { scan-tree-dump "isl AST to Gimple succeeded" "graphite" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump "isl AST to Gimple succeeded" "graphite" } } */