]> gcc.gnu.org Git - gcc.git/commitdiff
intrinsic.texi (CO_BROADCAST): Correct argument description.
authorTobias Burnus <burnus@net-b.de>
Thu, 29 Jan 2015 20:24:46 +0000 (21:24 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 29 Jan 2015 20:24:46 +0000 (21:24 +0100)
2015-01-29  Tobias Burnus  <burnus@net-b.de>

        * intrinsic.texi (CO_BROADCAST): Correct argument description.

From-SVN: r220261

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 13cd7509bef52e63218937ad81a80fb43fef6356..c86b1a22237171252ecaea7f3e49a1518e535a2d 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-28  Tobias Burnus  <burnus@net-b.de>
+
+       * intrinsic.texi (CO_BROADCAST): Correct argument description.
+
 2015-01-27  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/63861
index 06bce150903c70586dd46caa7c59b81d1bd55a97..5ffde2b442a2418f6c04b8f00703bb4962e8bf06 100644 (file)
@@ -3321,7 +3321,7 @@ Collective subroutine
 @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
This page took 0.075506 seconds and 5 git commands to generate.