Require fgraphite effective target for pr106737.c test [PR106737]
The test uses -floop-parallelize-all which emits a sorry when graphite isn't configured in. 2022-08-27 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/106737 * gcc.dg/autopar/pr106737.c: Require fgraphite effective target.
This commit is contained in:
parent
1528957695
commit
4d291ca6a4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target fgraphite } } */
|
||||
/* { dg-options "-O -floop-parallelize-all -ftree-parallelize-loops=2 -fno-tree-dce" } */
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue