From patchwork Thu Jan 29 20:27:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 434645 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 8ADF9140168 for ; Fri, 30 Jan 2015 07:28:59 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=fQ7xovqiO29Jy/XmFyI1duruTPa3ykmkUfDX6xbpzu+MBb jfMZJ34ioOqBakV624imPZEOcTql6s6SVyh1ZEzH8S6/rjmcb8D5SJH95cIthYjx IPJHADXettAPQKxvoDrqeJ/pXiigQk+4PzFDyU+v4OI8bgnfuOlRXI2Fgzrtk= 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 :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=DCX7uByzAfIvNnRqLm05jR965Po=; b=WWujMN09QoVuQnBpchb1 G4NsdQMHuVP4DBPYztTmUB9Q8tqLG8F+EnqBIUdLRunEQNy49jazsYSKI/hBeeN8 I7R2lr/mXfkn6+cOJW9J+mncmtO1cd1aIGwD2kcW8rZoBBEXR70p1ylDRKBK/JiO G7upZr3aWK7kIRNiHbwxyoI= Received: (qmail 12610 invoked by alias); 29 Jan 2015 20:27:47 -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 12562 invoked by uid 89); 29 Jan 2015 20:27:46 -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-Spam-User: qpsmtpd, 2 recipients X-HELO: mx01.qsc.de Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 29 Jan 2015 20:27:43 +0000 Received: from tux.net-b.de (port-92-194-20-233.dynamic.qsc.de [92.194.20.233]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPSA id 812883CC5C; Thu, 29 Jan 2015 21:27:39 +0100 (CET) Message-ID: <54CA97BB.2070208@net-b.de> Date: Thu, 29 Jan 2015 21:27:39 +0100 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: gcc-patches , gfortran Subject: [Fortran, patch, committed] Fix copy'n'paste bug in CO_BROADCAST documentation As pointed out to me by Damian (and to him by one of his course attendees), the description wrongly claimed that the source-image argument of co_broadcast is optional. (Thanks!) Fixed by the attached patch (Rev. 220261). It was probably a copy'n'paste error as CO_MAX etc. take an optional RESULT_IMAGE argument. Tobias Index: gcc/fortran/ChangeLog =================================================================== --- gcc/fortran/ChangeLog (Revision 220260) +++ gcc/fortran/ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2015-01-28 Tobias Burnus + + * intrinsic.texi (CO_BROADCAST): Correct argument description. + 2015-01-27 Tobias Burnus PR fortran/63861 Index: gcc/fortran/intrinsic.texi =================================================================== --- gcc/fortran/intrinsic.texi (Revision 220260) +++ gcc/fortran/intrinsic.texi (Arbeitskopie) @@ -3321,7 +3321,7 @@ @item @var{A} @tab INTENT(INOUT) argument; shall have the same dynamic type and type paramters on all images of the current team. If it is an array, it shall have the same shape on all images. -@item @var{SOURCE_IMAGE} @tab (optional) a scalar integer expression. +@item @var{SOURCE_IMAGE} @tab a scalar integer expression. It shall have the same the same value on all images and refer to an image of the current team. @item @var{STAT} @tab (optional) a scalar integer variable