public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3191] Require fgraphite effective target for pr107153.c test [PR107153]
Date: Mon, 10 Oct 2022 10:05:53 +0000 (GMT)	[thread overview]
Message-ID: <20221010100553.AF19F3858D37@sourceware.org> (raw)

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

                 reply	other threads:[~2022-10-10 10:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221010100553.AF19F3858D37@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).