https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88803

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #1)
> More annoying than the warnings id the text displayed in the manual:
> 
> the See CONVERT specifier on the open statement or the See
> GFORTRAN_CONVERT_UNIT environment variable.
> 
> The text has been introduced at revision r251074.
> 
> Would
> 
> --- ../_clean/gcc/fortran/gfortran.texi       2019-01-01 13:17:33.000000000 
> +0100
> +++ gcc/fortran/gfortran.texi 2019-01-11 23:23:55.000000000 +0100
> @@ -1469,8 +1469,8 @@ are four-byte integers by default, and e
>  compability only) is in effect.
>  
>  The representation of the record markers is that of unformatted files
> -given with the @option{-fconvert} option, the @xref{CONVERT specifier}
> -on the open statement or the @xref{GFORTRAN_CONVERT_UNIT} environment
> +given with the @option{-fconvert} option, the @ref{CONVERT specifier}
> +in an open statement or the @ref{GFORTRAN_CONVERT_UNIT} environment
>  variable.
>  
>  The maximum number of bytes of user data in a subrecord is 2147483639
> 
> be OK? or does it exist a better replacement for @xref?

Looks OK to me, pre-approved.

Reply via email to