From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98168 invoked by alias); 29 Sep 2015 15:14:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 98127 invoked by uid 48); 29 Sep 2015 15:14:11 -0000 From: "spop at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/67754] [graphite] Many testsuite failures Date: Tue, 29 Sep 2015 15:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: spop at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: spop at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg02301.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67754 Sebastian Pop changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |spop at gcc dot gnu.org --- Comment #1 from Sebastian Pop --- All these tests are passing with ISL-0.15. I also tried with ISL-0.14.1 and most of the tests are failing as reported, with the exception of gfortran.dg/graphite/block-1.f90 that is passing on my side. This may be related to the fact that we have not built a bootstrap compiler with ISL-0.14.1. We will investigate first the wrong code for the interchange-* files, and then we will try to reproduce the error in block-1.f90.