public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2235] Require fgraphite effective target for pr106737.c test [PR106737]
@ 2022-08-27  7:28 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-08-27  7:28 UTC (permalink / raw)
  To: gcc-cvs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-27  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27  7:28 [gcc r13-2235] Require fgraphite effective target for pr106737.c test [PR106737] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).