aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2018-03-20 12:42:59 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2018-03-20 12:42:59 +0000
commit79cf14ae15e78ac1845d6498a34a539a6eefa55a (patch)
tree47ca7f5c8fc61776d82f69d71963646faf35ae72
parentcdeba3e07a1b54f9ab74d12c04c40672a1d17b89 (diff)
downloadgcc-79cf14ae15e78ac1845d6498a34a539a6eefa55a.zip
gcc-79cf14ae15e78ac1845d6498a34a539a6eefa55a.tar.gz
gcc-79cf14ae15e78ac1845d6498a34a539a6eefa55a.tar.bz2
force-parallel-4.c: XFAIL one parallelizable loop.
2018-03-20 Richard Biener <rguenther@suse.de> * testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one parallelizable loop. From-SVN: r258679
-rw-r--r--libgomp/ChangeLog5
-rw-r--r--libgomp/testsuite/libgomp.graphite/force-parallel-4.c7
2 files changed, 10 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index ccc7700..2952c7b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-20 Richard Biener <rguenther@suse.de>
+
+ * testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one
+ parallelizable loop.
+
2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
PR target/84148
diff --git a/libgomp/testsuite/libgomp.graphite/force-parallel-4.c b/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
index b58883c..d2af142 100644
--- a/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
+++ b/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
@@ -46,7 +46,10 @@ int main(void)
return 0;
}
-/* Check that parallel code generation part make the right answer. */
-/* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" } } */
+/* Check that parallel code generation part make the right answer.
+ ??? XFAILed for i1 because conditional store elimination wrecks
+ our dependence representation. */
+/* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "1 loops carried no dependency" 1 "graphite" } } */
/* { dg-final { scan-tree-dump-times "loopfn.0" 4 "optimized" } } */
/* { dg-final { scan-tree-dump-times "loopfn.1" 4 "optimized" } } */