From patchwork Wed Feb 15 14:46:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 728247 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vNhw02Pbvz9s0m for ; Thu, 16 Feb 2017 01:47:23 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="V9pLN44s"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=DaH5JQ/06aYgYmBBILzv5gFeEV9JD6FxKK5NbOZbqX9OUVYV2aUs8 GZgMIpzUFMpkYypYCPrtdMyM+XTWf7d+0E2WQn2hCasdD+O3ICvZIF0bx5CSVtfx PFryEUqA0YFlENXsWqDsY2WTJLOaBeNEp+ZIxovnX/0NpDlmLJ1DPg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type:content-transfer-encoding; s=default; bh=lg2GelV+mHTWbZDBqhpZEbTB57A=; b=V9pLN44sG27oHn8huM2aV1BUFZK9 d1anfQxVpRNUgFKeffhEu9xIX1dDMq/s9oEXyeNU5O+amGD88VJTlrnrdMzXy5L0 ayRCV5v4IY96YSo9TANoGfIAUKAo+o8YNRIXthORkdw2lDe7X22mjoTl4mEg3Yqd 8YX8Tsql9xtWPT8= Received: (qmail 71103 invoked by alias); 15 Feb 2017 14:47:12 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 70160 invoked by uid 89); 15 Feb 2017 14:47:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=2206, HCC:D*de, newlibs, newlib's X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Feb 2017 14:47:01 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1ce0rC-0006ET-9y from Thomas_Schwinge@mentor.com ; Wed, 15 Feb 2017 06:46:58 -0800 Received: from hertz.schwinge.homeip.net (137.202.0.87) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Wed, 15 Feb 2017 14:46:55 +0000 From: Thomas Schwinge To: CC: Richard Biener , Subject: Re: [PATCH][GRAPHITE] Remove support for ISL 0.14 In-Reply-To: <87a89naajm.fsf@euler.schwinge.homeip.net> References: <87a89naajm.fsf@euler.schwinge.homeip.net> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 15 Feb 2017 15:46:52 +0100 Message-ID: <87poijfr4z.fsf@hertz.schwinge.homeip.net> MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) Hi! On Wed, 15 Feb 2017 13:44:13 +0100, I wrote: > On Fri, 10 Feb 2017 15:13:57 +0100 (CET), Richard Biener wrote: > > As a cleanup (and to be able to close bugs only reproducing with ISL 0.14) > > the following removes support for ISL 0.14 for GCC 7. > OK to commit the following to restore graphite fuse-*.c testing? That > is, revert most of (the remaining pieces of) r232811. ;-) Heh, I forgot to include the obvious gcc/Makefile.in change. With that added, committed to trunk in r245483: commit a7355f503d3d6f0a8e98b48440fcfc72cc7a8963 Author: tschwinge Date: Wed Feb 15 14:43:42 2017 +0000 Restore Graphite fuse-*.c testing * Makefile.tpl: Remove HOST_ISLVER. (HOST_EXPORTS): Remove ISLVER. * Makefile.in: Regenerate. gcc/ * Makefile.in (site.exp): Remove "set ISLVER". gcc/testsuite/ * gcc.dg/graphite/graphite.exp: Merge "fuse_files" into "opt_files". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245483 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 6 ++++++ Makefile.in | 2 -- Makefile.tpl | 2 -- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 1 - gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/graphite/graphite.exp | 8 +------- 7 files changed, 16 insertions(+), 12 deletions(-) Grüße Thomas diff --git ChangeLog ChangeLog index 071a281..f4e6dc3 100644 --- ChangeLog +++ ChangeLog @@ -1,3 +1,9 @@ +2017-02-15 Thomas Schwinge + + * Makefile.tpl: Remove HOST_ISLVER. + (HOST_EXPORTS): Remove ISLVER. + * Makefile.in: Regenerate. + 2017-02-13 Richard Biener * configure: Re-generate. diff --git Makefile.in Makefile.in index 1c0b9e7..da2600b 100644 --- Makefile.in +++ Makefile.in @@ -220,7 +220,6 @@ HOST_EXPORTS = \ GMPINC="$(HOST_GMPINC)"; export GMPINC; \ ISLLIBS="$(HOST_ISLLIBS)"; export ISLLIBS; \ ISLINC="$(HOST_ISLINC)"; export ISLINC; \ - ISLVER="$(HOST_ISLVER)"; export ISLVER; \ LIBELFLIBS="$(HOST_LIBELFLIBS)"; export LIBELFLIBS; \ LIBELFINC="$(HOST_LIBELFINC)"; export LIBELFINC; \ XGCC_FLAGS_FOR_TARGET="$(XGCC_FLAGS_FOR_TARGET)"; export XGCC_FLAGS_FOR_TARGET; \ @@ -313,7 +312,6 @@ HOST_GMPINC = @gmpinc@ # Where to find isl HOST_ISLLIBS = @isllibs@ HOST_ISLINC = @islinc@ -HOST_ISLVER = @islver@ # Where to find libelf HOST_LIBELFLIBS = @libelflibs@ diff --git Makefile.tpl Makefile.tpl index a6a3166..d0fa070 100644 --- Makefile.tpl +++ Makefile.tpl @@ -223,7 +223,6 @@ HOST_EXPORTS = \ GMPINC="$(HOST_GMPINC)"; export GMPINC; \ ISLLIBS="$(HOST_ISLLIBS)"; export ISLLIBS; \ ISLINC="$(HOST_ISLINC)"; export ISLINC; \ - ISLVER="$(HOST_ISLVER)"; export ISLVER; \ LIBELFLIBS="$(HOST_LIBELFLIBS)"; export LIBELFLIBS; \ LIBELFINC="$(HOST_LIBELFINC)"; export LIBELFINC; \ XGCC_FLAGS_FOR_TARGET="$(XGCC_FLAGS_FOR_TARGET)"; export XGCC_FLAGS_FOR_TARGET; \ @@ -316,7 +315,6 @@ HOST_GMPINC = @gmpinc@ # Where to find isl HOST_ISLLIBS = @isllibs@ HOST_ISLINC = @islinc@ -HOST_ISLVER = @islver@ # Where to find libelf HOST_LIBELFLIBS = @libelflibs@ diff --git gcc/ChangeLog gcc/ChangeLog index 7466dab..fa0b01c 100644 --- gcc/ChangeLog +++ gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-02-15 Thomas Schwinge + + * Makefile.in (site.exp): Remove "set ISLVER". + 2017-02-15 Jakub Jelinek PR target/79487 diff --git gcc/Makefile.in gcc/Makefile.in index 821584a..0cde1ae 100644 --- gcc/Makefile.in +++ gcc/Makefile.in @@ -3805,7 +3805,6 @@ site.exp: ./config.status Makefile echo "set PLUGINCFLAGS \"$(PLUGINCFLAGS)\"" >> ./site.tmp; \ echo "set GMPINC \"$(GMPINC)\"" >> ./site.tmp; \ fi - @echo "set ISLVER \"$(ISLVER)\"" >> ./site.tmp # If newlib has been configured, we need to pass -B to gcc so it can find # newlib's crt0.o if it exists. This will cause a "path prefix not used" # message if it doesn't, but the testsuite is supposed to ignore the message - diff --git gcc/testsuite/ChangeLog gcc/testsuite/ChangeLog index a379d2a..2097fc9 100644 --- gcc/testsuite/ChangeLog +++ gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-02-15 Thomas Schwinge + + * gcc.dg/graphite/graphite.exp: Merge "fuse_files" into + "opt_files". + 2017-02-15 Jakub Jelinek PR target/79487 diff --git gcc/testsuite/gcc.dg/graphite/graphite.exp gcc/testsuite/gcc.dg/graphite/graphite.exp index 2499431..50aae30 100644 --- gcc/testsuite/gcc.dg/graphite/graphite.exp +++ gcc/testsuite/gcc.dg/graphite/graphite.exp @@ -49,10 +49,10 @@ set run_id_files [lsort [glob -nocomplain $srcdir/$subdir/run-id-*.c ] ] set opt_files [lsort [glob -nocomplain $srcdir/$subdir/interchange-*.c \ $srcdir/$subdir/uns-interchange-*.c \ $srcdir/$subdir/isl-ast-gen-*.c \ + $srcdir/$subdir/fuse-*.c \ $srcdir/$subdir/block-*.c \ $srcdir/$subdir/uns-block-*.c ] ] set vect_files [lsort [glob -nocomplain $srcdir/$subdir/vect-*.c ] ] -set fuse_files [lsort [glob -nocomplain $srcdir/$subdir/fuse-*.c ] ] # Tests to be compiled. set dg-do-what-default compile @@ -64,11 +64,6 @@ set dg-do-what-default run dg-runtest $run_id_files "" "-O2 -fgraphite-identity" dg-runtest $opt_files "" "-O2 -ffast-math -floop-nest-optimize -fdump-tree-graphite-all" -global ISLVER -if { $ISLVER == "0.15" } { - dg-runtest $fuse_files "" "-O2 -ffast-math -floop-nest-optimize -fdump-tree-graphite-all" -} - # Vectorizer tests, to be run or compiled, depending on target capabilities. global DEFAULT_VECTCFLAGS set DEFAULT_VECTCFLAGS "-O2 -fgraphite-identity -ftree-vectorize -fno-vect-cost-model -fdump-tree-vect-details -ffast-math" @@ -84,7 +79,6 @@ foreach f $id_files {lremove wait_to_run_files $f} foreach f $run_id_files {lremove wait_to_run_files $f} foreach f $opt_files {lremove wait_to_run_files $f} foreach f $vect_files {lremove wait_to_run_files $f} -foreach f $fuse_files {lremove wait_to_run_files $f} dg-runtest $wait_to_run_files "" "-ansi -pedantic-errors" # Clean up.