From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25686 invoked by alias); 30 Dec 2014 18:20:44 -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 25659 invoked by uid 89); 30 Dec 2014 18:20:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: outpost19.zedat.fu-berlin.de Received: from outpost19.zedat.fu-berlin.de (HELO outpost19.zedat.fu-berlin.de) (130.133.4.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 30 Dec 2014 18:20:42 +0000 Received: from relay1.zedat.fu-berlin.de ([130.133.4.67]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Y61PI-002oBW-Cf>; Tue, 30 Dec 2014 19:20:36 +0100 Received: from squeeze64.physik.fu-berlin.de ([160.45.66.239] helo=tux.net-b.de) by relay1.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Y61P2-000dG1-CB>; Tue, 30 Dec 2014 19:20:36 +0100 Message-ID: <54A2EC7C.4000304@net-b.de> Date: Tue, 30 Dec 2014 18:36:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Tobias Burnus , gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org CC: Gerald Pfeifer , Tobias Grosser , Roman Gareev Subject: Re: [wwwdocs] gcc-5/changes.html: Graphite - CLooG removal; Fortran - update References: <20141112105247.GC27434@physik.fu-berlin.de> In-Reply-To: <20141112105247.GC27434@physik.fu-berlin.de> Content-Type: multipart/mixed; boundary="------------060505030203070103000400" X-SW-Source: 2014-12/txt/msg01960.txt.bz2 This is a multi-part message in MIME format. --------------060505030203070103000400 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Content-length: 382 On 12 November 2014, Tobias Burnus wrote: > Hi all, hi Gerald, hi Tobias and Roman, > > the patch updates gcc-5/changes.html; the Fortran bits are obvious. I have now also committed a patch for Graphite – slightly modified; the Fortran patch has been committed before. Attached is the Graphite part, which I have just committed: https://gcc.gnu.org/gcc-5/changes.html Tobias --------------060505030203070103000400 Content-Type: text/x-patch; name="committed.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="committed.diff" Content-length: 746 Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.54 diff -p -u -r1.54 changes.html --- changes.html 26 Dec 2014 15:55:05 -0000 1.54 +++ changes.html 30 Dec 2014 18:10:31 -0000 @@ -16,6 +16,10 @@
  • The default mode for C is now -std=gnu11 instead of -std=gnu89.
  • +
  • The Graphite framework for loop optimizations no longer requires the + CLooG library, only ISL version 0.14 (recommended) or 0.12.2. The + installation manual contains more information about requirements to + build GCC.

General Optimizer Improvements

--------------060505030203070103000400--