OSDN Git Service

Remove documentation of the nonexistent -std=f90 option.
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2005 21:11:48 +0000 (21:11 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2005 21:11:48 +0000 (21:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97749 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index 990eb18..d7cbdc0 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-06  Steven G. Kargl  <kargls@comcast.net>
+
+       * invoke.texi: Remove documentation of -std=f90 
+
 2005-04-06  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
 
        * expr.c (gfc_check_assign): Don't allow NULL as rhs in a
index e5b9390..7ffd7af 100644 (file)
@@ -248,7 +248,7 @@ Specify that no implicit typing is allowed, unless overridden by explicit
 @cindex option, -std=@var{std}
 @item -std=@var{std}
 Conform to the specified standard.  Allowed values for @var{std} are
-@samp{gnu}, @samp{f95} and @samp{f90}.
+@samp{gnu} and @samp{f95}.
 
 @end table