From: Steven G. Kargl Date: Fri, 23 Feb 2018 20:06:52 +0000 (+0000) Subject: intrinsic.texi: Arguments to MATMUL cannot both be rank one. X-Git-Tag: basepoints/gcc-9~1020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161ac4735b7e0f21de195cb8aec38de83402f768;p=thirdparty%2Fgcc.git intrinsic.texi: Arguments to MATMUL cannot both be rank one. 2018-02-23 Steven G. Kargl * intrinsic.texi: Arguments to MATMUL cannot both be rank one. From-SVN: r257952 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index fa1a00b70501..9be8a0dfe09d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2018-02-23 Steven G. Kargl + + * intrinsic.texi: Arguments to MATMUL cannot both be rank one. + 2018-02-23 Steven G. Kargl PR fortran/84511 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index fbe9938b0e31..496b8dad4a7e 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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}: