From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20860 invoked by alias); 9 Apr 2015 23:31:11 -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 20839 invoked by uid 89); 9 Apr 2015 23:31:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 09 Apr 2015 23:31:10 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 0A9793F4C4; Thu, 9 Apr 2015 19:31:06 -0400 (EDT) Date: Thu, 09 Apr 2015 23:31:00 -0000 From: Gerald Pfeifer To: Tobias Burnus cc: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org, Gerald Pfeifer , Tobias Grosser , Roman Gareev Subject: Re: [wwwdocs] gcc-5/changes.html: Graphite - CLooG removal; Fortran - update In-Reply-To: <20141112105247.GC27434@physik.fu-berlin.de> Message-ID: References: <20141112105247.GC27434@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Disposition: INLINE X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00423.txt.bz2 On Wed, 12 Nov 2014, Tobias Burnus wrote: > OK? Comments? Suggestions? Here is a minor update on top of your patch. This adds a missing space and removes a duplicate "including". Committed. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.100 diff -u -r1.100 changes.html --- changes.html 9 Apr 2015 23:28:19 -0000 1.100 +++ changes.html 9 Apr 2015 23:28:57 -0000 @@ -541,8 +541,8 @@
  • Support for the collective intrinsic subroutines CO_MAX, CO_MIN, CO_SUM, CO_BROADCAST and - CO_REDUCEhas been added, including - including -fcoarray=lib support.
  • + CO_REDUCE has been added, including + -fcoarray=lib support.
  • Support for the new atomic intrinsics has been added, including -fcoarray=lib support.