Remove documentation of the nonexistent -std=f90 option.

From-SVN: r97749
This commit is contained in:
Steven G. Kargl 2005-04-06 21:11:48 +00:00 committed by Steven G. Kargl
parent cb8faadcd6
commit 53ae8e14b2
2 changed files with 5 additions and 1 deletions

View 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

View 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