public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3191] Require fgraphite effective target for pr107153.c test [PR107153]
@ 2022-10-10 10:05 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-10-10 10:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a99f511c57b5b02edfd5969148c580b4a8737ee8

commit r13-3191-ga99f511c57b5b02edfd5969148c580b4a8737ee8
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Oct 10 12:04:56 2022 +0200

    Require fgraphite effective target for pr107153.c test [PR107153]
    
    The test uses -floop-parallelize-all which emits a sorry when graphite
    isn't configured in.
    
    2022-10-10  Jakub Jelinek  <jakub@redhat.com>
    
            PR tree-optimization/107153
            * gcc.dg/autopar/pr107153.c: Require fgraphite effective target.

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

diff --git a/gcc/testsuite/gcc.dg/autopar/pr107153.c b/gcc/testsuite/gcc.dg/autopar/pr107153.c
index 2391a674d63..dbdc1c1def6 100644
--- a/gcc/testsuite/gcc.dg/autopar/pr107153.c
+++ b/gcc/testsuite/gcc.dg/autopar/pr107153.c
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target fgraphite } } */
 /* { dg-options "-O1 -floop-parallelize-all -ftree-parallelize-loops=2 -fno-tree-dominator-opts" } */
 
 void

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

only message in thread, other threads:[~2022-10-10 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 10:05 [gcc r13-3191] Require fgraphite effective target for pr107153.c test [PR107153] 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).