diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2020-06-06 18:23:28 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2020-06-16 10:13:55 +0200 |
commit | 2210ef7d3d68a027ec16476825049567953c7fa4 (patch) | |
tree | 017f80bdfd83db56dbb017611bcdc2739227d661 /gcc | |
parent | b70eeb248efe2b3e9bdb5e26b490e3d8aa07022d (diff) | |
download | gcc-2210ef7d3d68a027ec16476825049567953c7fa4.zip gcc-2210ef7d3d68a027ec16476825049567953c7fa4.tar.gz gcc-2210ef7d3d68a027ec16476825049567953c7fa4.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/graphite/pr80906.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/graphite/pr80906.c b/gcc/testsuite/gcc.dg/graphite/pr80906.c index 85981b1c..59c7f59 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" } } */ |