From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98590 invoked by alias); 8 Nov 2015 17:02:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 98570 invoked by uid 89); 8 Nov 2015 17:02:18 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f180.google.com Received: from mail-ob0-f180.google.com (HELO mail-ob0-f180.google.com) (209.85.214.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 08 Nov 2015 17:02:17 +0000 Received: by obbww6 with SMTP id ww6so98811521obb.0; Sun, 08 Nov 2015 09:02:15 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.63.99 with SMTP id f3mr14963983oes.82.1447002135186; Sun, 08 Nov 2015 09:02:15 -0800 (PST) Received: by 10.202.83.141 with HTTP; Sun, 8 Nov 2015 09:02:15 -0800 (PST) In-Reply-To: <908103EDB4893A42920B21D3568BFD9339F00766@MBX23.d.ethz.ch> References: <908103EDB4893A42920B21D3568BFD9339EFE356@MBX23.d.ethz.ch> <908103EDB4893A42920B21D3568BFD9339F0070A@MBX23.d.ethz.ch> <908103EDB4893A42920B21D3568BFD9339F00766@MBX23.d.ethz.ch> Date: Sun, 08 Nov 2015 17:02:00 -0000 Message-ID: Subject: Re: [PATCH] PR67518 and PR53852 -- add testcase. From: Paul Richard Thomas To: VandeVondele Joost Cc: "fortran@gcc.gnu.org" , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-11/txt/msg00852.txt.bz2 Dear Joost, These cause regressions on my tree: f951: sorry, unimplemented: Graphite loop optimizations cannot be used (ISL is not available)(-fgraphite, -fgraphite-identity, -floop-block, -floop-interchange, -floop-strip-mine, -floop-parallelize-all, -floop-unroll-and-jam, and -ftree-loop-linear) I suppose that I can deal with it. However, is there some way to detect the presence of ISL? I'll try and figure out some dejagnu-ery to pass the tests if this message comes up. Cheers Paul On 6 November 2015 at 10:45, VandeVondele Joost wrote: > Thanks Paul. I believe PR53852 won't be fixed on 4.9/5 as it seems to depend on the recent graphite cleanup work and recent isl. As such I'll commit to trunk only. -- Outside of a dog, a book is a man's best friend. Inside of a dog it's too dark to read. Groucho Marx