X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=kB
	lSdFLaElx8ixDKzmMSVwbplLokRlGWIjNM7/MZ87P3oINl2SPuMa3YNn/03LdURv
	1IMln8hla/GTXDx5psVOzmhbXR2E2EmGlLg28wJM8MaIay/liuqkanyShRsAVjvP
	FOHMERfWYBdy/JE2CRdOk96ei7X8ltDU4BWUepjdk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=cF6Jw4fZ
	4o2KzjdVhbMphtb3yT0=; b=GIO6fGjS0kbnwHBvVWKCUfFdz3QEs3qdd2ZYgMhC
	VMYw1rqq7y2iKP3TjsnTBOvIvsFIu4kAkB650QunU+DaHxU9HAymnwNlIsF5foyJ
	rBwkyT2bobi/kKlodF/mH/CwYR07MSYh/tMFFaBhsQ32/mUSpP5UCxq5Sqo9PmGd
	OCw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-yk0-f176.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to:content-type;        bh=g42G3dp9cgFOuykW5jCIyWiaw7BBeqFsvr7m18iyLEw=;        b=Fao+dUaIJe0UhUfLQCYHKndbDzGoQoUE4FhBoUKN8TsX/TBOgrzdYYquOxoa8B5/Bd         8WXL9XX53o8p1uVhcLscwha3NRC3g6zE2PVOukMTQX5wiZ0CScDZplyVGBoROmAtNJFa         dCpXB8IyzoDcCjgHJFRn3UmEvRwEl1EEQm/f4ONO4AjxlBDxghnAn2zlMAK+KxYxvG2b         7140XD8OyOv7HFC//HVh1B66sa7EuMN1hwnrZzgmbyMWMypZR+BK9l9cmRQBBdQ2msIz         fSqxYHq+QJOx1yaafkGWRhdhg/a2p/717WoAQHG7vN0/tC0pX/DtmJK5qoFcA2KvbdgD         GGfg==
X-Gm-Message-State: ALoCoQmJiMng7E779SSy3vB45Re6jkCDB2/Tx6WOqjMW+tkUfiY2Ow+ZRPOcjv6HecI7hu1/EXd7
MIME-Version: 1.0
X-Received: by 10.170.148.193 with SMTP id p184mr11050605ykc.87.1442336942141; Tue, 15 Sep 2015 10:09:02 -0700 (PDT)
In-Reply-To: <55F7ED02.4080008@gmail.com>
References: <55F7ED02.4080008@gmail.com>
Date: Tue, 15 Sep 2015 10:09:02 -0700
Message-ID: <CAOC2fq8H6ndEzeQmiCKrH6qa6fbGJUHcxVzy2dGLEmHxhYU0zw@mail.gmail.com>
Subject: Re: Requesting ISL update
From: Michael Enright <mike@kmcardiff.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Tue, Sep 15, 2015 at 3:03 AM, JonY wrote:
>
> Hi Achim,
>
> Can you please update ISL for newer versions of GCC?
> http://isl.gforge.inria.fr/ says 0.15 is the latest.
>

PMFJI,

I was setting up a cross compiler this past Sunday under Cygwin, using
GCC 5.1.0. I followed the "BYOI" (Bring your own Infrastructure) path
and ISL 0.15 was my first choice (being the latest), but did not work.
ISL 0.12.2 did work. ISL 15 passes the initial "compatible version of
ISL" check that the GCC configure script does, but the granite code
within GCC doesn't actually compile properly. When I recompiled
without the --with-isl setting in configure, no ISL library was found,
according to the "compatible version of ISL" message again, and the
compiler was a success anyway. I built an OS with it, threw it away
and started over using ISL 0.12.2. Everything worked, and the
resulting OS build (Embedded Xinu for RPi) ran properly.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

