From patchwork Thu Apr 9 23:31:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 459858 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id ABC1A1401F0 for ; Fri, 10 Apr 2015 09:31:18 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=hSrg+ZvF; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=CN9R6U5E/JVqnWr3 aYfL92IaH+FmzJpH+6xHRY6nfDLnDUb+qnGv633KHbod2S3Zx0xwWPmcw9ld9QcO 7yxev97RPupwb1S24qeur80oQslJ/P8HFvDGXvrChaqFoWbEbjOZQqbRXFUpLNY0 hE+I5AsTe4NMG2hGb/13VLYgydI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=QkbQxoujoxx4UYW6VnVhDZ Uuhqk=; b=hSrg+ZvFSnSjrxhF3LMhbM9H0AYkxfHp3GUjrMlkTdRAA7/XZC4msn JHD6o9Actma2xhcI6BiTsPLJjOZ27yqgRKMi6AG3/JxI2w7SK9hS+kChkxohfr4L 3xvrYnrvZtHhK1XdupkjfvrOWaH9kPjba03MPqkAUPvNKhg0zsbIo= 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-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@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: Fri, 10 Apr 2015 01:31:05 +0200 (CEST) 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-Disposition: INLINE X-IsSubscribed: yes 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.