From d240f6b36ae42145ba900e9534bd6fb305b30508 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Thu, 29 Jan 2015 21:24:46 +0100 Subject: [PATCH] intrinsic.texi (CO_BROADCAST): Correct argument description. 2015-01-29 Tobias Burnus * intrinsic.texi (CO_BROADCAST): Correct argument description. From-SVN: r220261 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/intrinsic.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 13cd7509bef..c86b1a22237 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2015-01-28 Tobias Burnus + + * intrinsic.texi (CO_BROADCAST): Correct argument description. + 2015-01-27 Tobias Burnus PR fortran/63861 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 06bce150903..5ffde2b442a 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 -- 2.30.2