Commit 811cabee by Craig Burley Committed by Craig Burley

Editorial fixes to g77 docs

From-SVN: r25790
parent 70c532b5
Mon Mar 15 17:12:07 1999 Craig Burley <craig@jcb-sc.com>
* bugs.texi, g77.texi, news.texi: Editorial fixes.
Sat Mar 13 17:51:55 1999 Craig Burley <craig@jcb-sc.com> Sat Mar 13 17:51:55 1999 Craig Burley <craig@jcb-sc.com>
Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f: Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@c in the standalone derivations of this file (e.g. BUGS). @c in the standalone derivations of this file (e.g. BUGS).
@set copyrights-bugs 1995-1999 @set copyrights-bugs 1995-1999
@set last-update-bugs 1999-03-13 @set last-update-bugs 1999-03-15
@include root.texi @include root.texi
...@@ -47,15 +47,15 @@ so it isn't worth separating them out. ...@@ -47,15 +47,15 @@ so it isn't worth separating them out.
@ifset DOC-G77 @ifset DOC-G77
For information on bugs in @emph{other} versions of @code{g77}, For information on bugs in @emph{other} versions of @code{g77},
@ref{News,,News About GNU Fortran}. see @ref{News,,News About GNU Fortran}.
There, lists of bugs fixed in various versions of @code{g77}, There, lists of bugs fixed in various versions of @code{g77}
can help determine what bugs existed in prior versions. can help determine what bugs existed in prior versions.
@end ifset @end ifset
@ifset DOC-BUGS @ifset DOC-BUGS
For information on bugs in @emph{other} versions of @code{g77}, For information on bugs in @emph{other} versions of @code{g77},
see @file{@value{path-g77}/NEWS}. see @file{@value{path-g77}/NEWS}.
There, lists of bugs fixed in various versions of @code{g77}, There, lists of bugs fixed in various versions of @code{g77}
can help determine what bugs existed in prior versions. can help determine what bugs existed in prior versions.
@end ifset @end ifset
...@@ -85,7 +85,7 @@ Follow the ``Known Bugs'' link. ...@@ -85,7 +85,7 @@ Follow the ``Known Bugs'' link.
@ifset DOC-G77 @ifset DOC-G77
For information on bugs that might afflict people who For information on bugs that might afflict people who
configure, port, build, and install @code{g77}, configure, port, build, and install @code{g77},
@ref{Problems Installing}. see @ref{Problems Installing}.
@end ifset @end ifset
@ifset DOC-BUGS @ifset DOC-BUGS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@c %**start of header @c %**start of header
@setfilename g77.info @setfilename g77.info
@set last-update 1999-03-13 @set last-update 1999-03-15
@set copyrights-g77 1995-1999 @set copyrights-g77 1995-1999
@include root.texi @include root.texi
...@@ -1527,7 +1527,8 @@ Such source code cannot contain any preprocessor directives, such ...@@ -1527,7 +1527,8 @@ Such source code cannot contain any preprocessor directives, such
as @code{#include}, @code{#define}, @code{#if}, and so on. as @code{#include}, @code{#define}, @code{#if}, and so on.
You can force @samp{.f} files to be preprocessed by @samp{cpp} by using You can force @samp{.f} files to be preprocessed by @samp{cpp} by using
@samp{-x f77-cpp-input}, @ref{LEX}. @samp{-x f77-cpp-input}.
@xref{LEX}.
@cindex preprocessor @cindex preprocessor
@cindex C preprocessor @cindex C preprocessor
...@@ -2735,8 +2736,8 @@ but not in code like: ...@@ -2735,8 +2736,8 @@ but not in code like:
d = (b + c) * e d = (b + c) * e
@end smallexample @end smallexample
For another, potentially better, way of controlling the precision For another, potentially better, way of controlling the precision,
@ref{Floating-point precision}. see @ref{Floating-point precision}.
@cindex -fforce-mem option @cindex -fforce-mem option
@cindex options, -fforce-mem @cindex options, -fforce-mem
...@@ -5989,14 +5990,15 @@ they are documented elsewhere. ...@@ -5989,14 +5990,15 @@ they are documented elsewhere.
@ifinfo @ifinfo
@xref{Characters Lines Sequence}, @xref{Characters Lines Sequence},
@end ifinfo @end ifinfo
for information on additional fixed source form lexical issues. In for information on additional fixed source form lexical issues.
addition, the free source form is supported through the
@cindex @samp{-ffree-form} @cindex @samp{-ffree-form}
@samp{-ffree-form} option. Other Fortran 90 features can be turned on Further, the free source form is supported through the
by the @samp{-ffree-form} option.
@cindex @samp{-ff90} @cindex @samp{-ff90}
@samp{-ff90} option, @ref{Fortran 90}. For information on the Fortran Other Fortran 90 features can be turned on by the @samp{-ff90} option;
90 intrinsics available @ref{Table of Intrinsic Functions}. see @ref{Fortran 90}.
For information on the Fortran 90 intrinsics available,
see @ref{Table of Intrinsic Functions}.
@table @asis @table @asis
@item Automatic arrays in procedures @item Automatic arrays in procedures
...@@ -12198,7 +12200,7 @@ written. ...@@ -12198,7 +12200,7 @@ written.
Thus for exchanging a sequential or direct access unformatted file Thus for exchanging a sequential or direct access unformatted file
between big- and little-endian 32-bit systems using IEEE 754 floating between big- and little-endian 32-bit systems using IEEE 754 floating
point it would be sufficient to reverse the bytes in consecutive words point it would be sufficient to reverse the bytes in consecutive words
in the file @emph{iff} only @code{REAL*4}, @code{COMPLEX}, in the file if, and @emph{only} if, only @code{REAL*4}, @code{COMPLEX},
@code{INTEGER*4} and/or @code{LOGICAL*4} data have been written to it by @code{INTEGER*4} and/or @code{LOGICAL*4} data have been written to it by
@code{g77}. @code{g77}.
......
...@@ -107,7 +107,7 @@ somewhat more difficult. ...@@ -107,7 +107,7 @@ somewhat more difficult.
@ifset DOC-G77 @ifset DOC-G77
For information on bugs in the @value{which-g77} version of @code{g77}, For information on bugs in the @value{which-g77} version of @code{g77},
@ref{Known Bugs,,Known Bugs In GNU Fortran}. see @ref{Known Bugs,,Known Bugs In GNU Fortran}.
@end ifset @end ifset
@ifset DOC-BUGS @ifset DOC-BUGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment