intrinsic.texi: Arguments to MATMUL cannot both be rank one.

2018-02-23  Steven G. Kargl  <kargl@gcc.gnu.org>

	* intrinsic.texi: Arguments to MATMUL cannot both be rank one.

From-SVN: r257952
This commit is contained in:
Steven G. Kargl 2018-02-23 20:06:52 +00:00
parent e777155225
commit 161ac4735b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-02-23 Steven G. Kargl <kargl@gcc.gnu.org>
* intrinsic.texi: Arguments to MATMUL cannot both be rank one.
2018-02-23 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/84511

View File

@ -9870,6 +9870,7 @@ one or two.
type; otherwise, an array of @code{LOGICAL} type. The rank shall be one
or two, and the first (or only) dimension of @var{MATRIX_B} shall be
equal to the last (or only) dimension of @var{MATRIX_A}.
@var{MATRIX_A} and @var{MATRIX_B} shall not both be rank one arrays.
@end multitable
@item @emph{Return value}: