fix references for HTML, etc.
From-SVN: r25548
This commit is contained in:
parent
c4a920a097
commit
5efcdab15f
4 changed files with 53 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
Wed Mar 3 00:38:42 1999 Craig Burley <craig@jcb-sc.com>
|
||||
|
||||
* bugs.texi, news.texi: Conditionalize cross-references
|
||||
on non-html processing, providing temporary HTML "links".
|
||||
|
||||
* g77.texi: Fix up a reference.
|
||||
|
||||
Wed Mar 3 00:12:31 1999 Craig Burley <craig@jcb-sc.com>
|
||||
|
||||
* news.texi, bugs.texi: Delete fixed bugs, make one
|
||||
|
|
|
@ -17,16 +17,37 @@
|
|||
@end ifclear
|
||||
|
||||
This section identifies bugs that @code{g77} @emph{users}
|
||||
might run into.
|
||||
might run into in
|
||||
@ifhtml
|
||||
the current development
|
||||
@end ifhtml
|
||||
version
|
||||
@ifnothtml
|
||||
@value{version-g77}
|
||||
@end ifnothtml
|
||||
of @code{g77}.
|
||||
This includes bugs that are actually in the @code{gcc}
|
||||
back end (GBE) or in @code{libf2c}, because those
|
||||
sets of code are at least somewhat under the control
|
||||
of (and necessarily intertwined with) @code{g77}, so it
|
||||
isn't worth separating them out.
|
||||
of (and necessarily intertwined with) @code{g77},
|
||||
so it isn't worth separating them out.
|
||||
|
||||
For information on bugs in @emph{other} versions of @code{g77},
|
||||
@ifhtml
|
||||
see the page on Fortran news.
|
||||
@end ifhtml
|
||||
@ifnothtml
|
||||
@ref{News,,News About GNU Fortran}.
|
||||
@end ifnothtml
|
||||
|
||||
For information on bugs that might afflict people who
|
||||
configure, port, build, and install @code{g77},
|
||||
@ifhtml
|
||||
see the chapter on installing in the @code{g77} documentation.
|
||||
@end ifhtml
|
||||
@ifnothtml
|
||||
@ref{Problems Installing}.
|
||||
@end ifnothtml
|
||||
|
||||
@itemize @bullet
|
||||
@item
|
||||
|
@ -108,7 +129,12 @@ improvements to the compiler.)
|
|||
|
||||
Note that @code{g77} does display a warning message to
|
||||
notify the user before the compiler appears to hang.
|
||||
@ifhtml
|
||||
See the @code{g77} installation documentation
|
||||
@end ifhtml
|
||||
@ifnothtml
|
||||
@xref{Large Initialization,,Initialization of Large Aggregate Areas},
|
||||
@end ifnothtml
|
||||
for information on how to change the point at which
|
||||
@code{g77} decides to issue this warning.
|
||||
|
||||
|
@ -128,7 +154,12 @@ As of Version 0.5.19, a temporary kludge solution is provided whereby
|
|||
some rudimentary information on a member is written as a string that
|
||||
is the member's value as a character string.
|
||||
|
||||
@ifhtml
|
||||
See the @code{g77} documentation
|
||||
@end ifhtml
|
||||
@ifnothtml
|
||||
@xref{Code Gen Options,,Options for Code Generation Conventions},
|
||||
@end ifnothtml
|
||||
for information on the @samp{-fdebug-kludge} option.
|
||||
|
||||
@cindex code, displaying main source
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
@c %**start of header
|
||||
@setfilename g77.info
|
||||
|
||||
@set last-up-date 1999-03-02
|
||||
@set last-up-date 1999-03-03
|
||||
@set version-g77 0.5.24
|
||||
@set email-general egcs@@egcs.cygnus.com
|
||||
@set email-bugs egcs-bugs@@egcs.cygnus.com
|
||||
|
@ -864,7 +864,7 @@ Everyone except experienced @code{g77} users should
|
|||
see @ref{Invoking G77}.
|
||||
|
||||
If you're acquainted with previous versions of @code{g77},
|
||||
you should see @ref{News}.
|
||||
you should see @ref{News,,News About GNU Fortran}.
|
||||
Further, if you've actually used previous versions of @code{g77},
|
||||
especially if you've written or modified Fortran code to
|
||||
be compiled by previous versions of @code{g77}, you
|
||||
|
|
|
@ -407,8 +407,13 @@ version 0.5.22 of @code{g77}, due to using the
|
|||
it to fix a few bugs and improve performance in a
|
||||
few cases.
|
||||
|
||||
@ifhtml
|
||||
See the page on Fortran news
|
||||
@end ifhtml
|
||||
@ifnothtml
|
||||
@xref{Actual Bugs,,Actual Bugs We Haven't Fixed Yet},
|
||||
available in plain-text format in @code{gcc/f/BUGS},
|
||||
@end ifnothtml
|
||||
for information on the known bugs in this version,
|
||||
including the regressions.
|
||||
|
||||
|
@ -789,8 +794,13 @@ due to using the
|
|||
it to fix a few bugs and improve performance in a
|
||||
few cases.
|
||||
|
||||
@ifhtml
|
||||
See the page on Fortran news
|
||||
@end ifhtml
|
||||
@ifnothtml
|
||||
@xref{Actual Bugs,,Actual Bugs We Haven't Fixed Yet},
|
||||
available in plain-text format in @code{gcc/f/BUGS},
|
||||
@end ifnothtml
|
||||
for information on the known bugs in this version,
|
||||
including the regressions.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue