[gcc/devel/gccgo] Un-XFAIL 'gcc.dg/graphite/pr80906.c'

Ian Lance Taylor ian@gcc.gnu.org
Sun Jul 12 19:37:35 GMT 2020


https://gcc.gnu.org/g:2210ef7d3d68a027ec16476825049567953c7fa4

commit 2210ef7d3d68a027ec16476825049567953c7fa4
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Sat Jun 6 18:23:28 2020 +0200

    Un-XFAIL 'gcc.dg/graphite/pr80906.c'
    
    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.

Diff:
---
 gcc/testsuite/gcc.dg/graphite/pr80906.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/graphite/pr80906.c b/gcc/testsuite/gcc.dg/graphite/pr80906.c
index 85981b1c587..59c7f59cadf 100644
--- a/gcc/testsuite/gcc.dg/graphite/pr80906.c
+++ b/gcc/testsuite/gcc.dg/graphite/pr80906.c
@@ -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" } } */


More information about the Gcc-cvs mailing list