testsuite/91171 no longer needed XFAIL

2020-01-27  Richard Biener  <rguenther@suse.de>

	PR testsuite/91171
	* gcc.dg/graphite/scop-21.c: un-XFAIL.
This commit is contained in:
Richard Biener 2020-01-27 15:57:09 +01:00
parent 26d949c8c7
commit 317346b271
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2020-01-27 Richard Biener <rguenther@suse.de>
PR testsuite/91171
* gcc.dg/graphite/scop-21.c: un-XFAIL.
2020-01-27 Claudiu Zissulescu <claziss@synopsys.com>
* gcc.target/arc/interrupt-6.c: Update test.

View File

@ -30,5 +30,4 @@ int test ()
return a[20];
}
/* XFAILed by the fix for PR86865. */
/* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "number of SCoPs: 1" 1 "graphite" } } */