From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id AF19F3858D37; Mon, 10 Oct 2022 10:05:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF19F3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665396353; bh=Hp7CUnM9rancrvw6AgxSOxJsp1Lbyx6xpGT0MfpITcE=; h=From:To:Subject:Date:From; b=hrz1+Tiz42FWWoyHf7SZPrLGutChvyXoHXib6zanRSiFQiQDc3BTf37CO95Z9ng5p vdDtevcc4QSBvXlhlozxOG90jUJwMKq/IgnGVExujGVDj+xTFmmV1WFly/HPVTtnUO bwfcA0QrUKd2AWEceU68BeJRpKzZbYiIKm2IEp1c= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3191] Require fgraphite effective target for pr107153.c test [PR107153] X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: 98ad452728f51d6f44c7ff71e3d20c6c1dca20fd X-Git-Newrev: a99f511c57b5b02edfd5969148c580b4a8737ee8 Message-Id: <20221010100553.AF19F3858D37@sourceware.org> Date: Mon, 10 Oct 2022 10:05:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a99f511c57b5b02edfd5969148c580b4a8737ee8 commit r13-3191-ga99f511c57b5b02edfd5969148c580b4a8737ee8 Author: Jakub Jelinek 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 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