From: Steven G. Kargl Date: Wed, 6 Apr 2005 21:11:48 +0000 (+0000) Subject: Remove documentation of the nonexistent -std=f90 option. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53ae8e14b24bcaf60acdc0d8ee6683ea741cee13;p=gcc.git Remove documentation of the nonexistent -std=f90 option. From-SVN: r97749 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 990eb18c289..d7cbdc0f16e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-04-06 Steven G. Kargl + + * invoke.texi: Remove documentation of -std=f90 + 2005-04-06 Tobias Schl"uter * expr.c (gfc_check_assign): Don't allow NULL as rhs in a diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index e5b93902a38..7ffd7af5515 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -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