public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] Update Fortran MATMUL documentation
@ 2018-02-23 20:09 Steve Kargl
  0 siblings, 0 replies; only message in thread
From: Steve Kargl @ 2018-02-23 20:09 UTC (permalink / raw)
  To: fortran, gcc-patches

I've committed the following patch after a 'make pdf'
to verify that the change is formatted correctly.  The
patch updates the documentation for Fortran's MATMUL
intrinsic.

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

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

Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 257951)
+++ intrinsic.texi	(working copy)
@@ -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}:

-- 
Steve

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-23 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-23 20:09 [Committed] Update Fortran MATMUL documentation Steve Kargl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).