Remove documentation of the nonexistent -std=f90 option.
authorSteven G. Kargl <kargls@comcast.net>
Wed, 6 Apr 2005 21:11:48 +0000 (21:11 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Wed, 6 Apr 2005 21:11:48 +0000 (21:11 +0000)
From-SVN: r97749

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

index 990eb18c2893aa338514c812565246506b29bb1b..d7cbdc0f16e08f7c8e34b0dc1eca8484558bbd85 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 e5b93902a38c9850c19aba4d7e84c4580e0b0621..7ffd7af551576e34dc22638b332cf9900b4660c5 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