diff options
author | Tobias Burnus <burnus@net-b.de> | 2015-01-29 21:24:46 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2015-01-29 21:24:46 +0100 |
commit | d240f6b36ae42145ba900e9534bd6fb305b30508 (patch) | |
tree | c75bd5d7b7f2ac53afe7065df88ae3b35ed7b614 | |
parent | 75e2edeefb4d79ad4507e570788887e4f1b66342 (diff) | |
download | gcc-d240f6b36ae42145ba900e9534bd6fb305b30508.zip gcc-d240f6b36ae42145ba900e9534bd6fb305b30508.tar.gz gcc-d240f6b36ae42145ba900e9534bd6fb305b30508.tar.bz2 |
intrinsic.texi (CO_BROADCAST): Correct argument description.
2015-01-29 Tobias Burnus <burnus@net-b.de>
* intrinsic.texi (CO_BROADCAST): Correct argument description.
From-SVN: r220261
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 13cd750..c86b1a2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 06bce15..5ffde2b 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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 |