OSDN Git Service

fix references for HTML, etc.
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 1999 21:41:30 +0000 (21:41 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 1999 21:41:30 +0000 (21:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25548 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/bugs.texi
gcc/f/g77.texi
gcc/f/news.texi

index b969c0b..0d6349f 100644 (file)
@@ -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
index 5be1cb2..aa5d254 100644 (file)
 @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
index c26daa3..118d10b 100644 (file)
@@ -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
index f35615e..a66c40a 100644 (file)
@@ -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.