[gcc r13-2235] Require fgraphite effective target for pr106737.c test [PR106737]

Jakub Jelinek jakub@gcc.gnu.org
Sat Aug 27 07:28:54 GMT 2022


https://gcc.gnu.org/g:4d291ca6a48eeeef3f51b8ab8452fe2166f021ee

commit r13-2235-g4d291ca6a48eeeef3f51b8ab8452fe2166f021ee
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sat Aug 27 09:28:02 2022 +0200

    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.

Diff:
---
 gcc/testsuite/gcc.dg/autopar/pr106737.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/autopar/pr106737.c b/gcc/testsuite/gcc.dg/autopar/pr106737.c
index 3ec8f5dc9e8..1aa65f5c615 100644
--- a/gcc/testsuite/gcc.dg/autopar/pr106737.c
+++ b/gcc/testsuite/gcc.dg/autopar/pr106737.c
@@ -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


More information about the Gcc-cvs mailing list