From: Richard Biener Date: Mon, 28 Jan 2019 09:07:30 +0000 (+0000) Subject: re PR testsuite/89064 (libgomp.graphite/force-parallel-5.c fails starting with r268257) X-Git-Tag: upstream/12.2.0~26510 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=497ef4d7f5a8fa71f1dcb64d0757dde8d369520b;p=platform%2Fupstream%2Fgcc.git re PR testsuite/89064 (libgomp.graphite/force-parallel-5.c fails starting with r268257) 2019-01-28 Richard Biener PR testsuite/89064 PR tree-optimization/86865 * testsuite/libgomp.graphite/force-parallel-5.c: XFAIL. From-SVN: r268333 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index fb69402..5a7d4d8 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2019-01-28 Richard Biener + + PR testsuite/89064 + PR tree-optimization/86865 + * testsuite/libgomp.graphite/force-parallel-5.c: XFAIL. + 2019-01-24 Tom de Vries * plugin/plugin-nvptx.c (GOMP_OFFLOAD_fini_device): Free ptx_devices diff --git a/libgomp/testsuite/libgomp.graphite/force-parallel-5.c b/libgomp/testsuite/libgomp.graphite/force-parallel-5.c index de31d64..b83ca79 100644 --- a/libgomp/testsuite/libgomp.graphite/force-parallel-5.c +++ b/libgomp/testsuite/libgomp.graphite/force-parallel-5.c @@ -31,6 +31,6 @@ int main(void) } /* Check that parallel code generation part make the right answer. */ -/* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" } } */ +/* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" { xfail *-*-* } } } */ /* { dg-final { scan-tree-dump-times "loopfn.0" 4 "optimized" } } */ /* { dg-final { scan-tree-dump-times "loopfn.1" 4 "optimized" } } */