Patch to faq.html#bugreport

Hans-Peter Nilsson hp@bitrange.com
Mon Apr 19 04:08:00 GMT 1999


The bugreport entry needed fixing:
- The manual is now online, so the reference should have a link.
- The cvsweb link to the BUGS file broke.  I changed it to be
  a complete URL.
Some of the information is now duplicated and circularly
referenced.  Maybe the BUGS file reference should be completely
taken out; if people can read the html version of the FAQ, they
can probably read the online manual (at least if it is included
in releases together with faq.html, and goes in the "onlinedocs"
subdirectory).

Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.120
diff -p -c -r1.120 faq.html
*** faq.html	1999/04/12 04:56:56	1.120
--- faq.html	1999/04/19 10:52:04
*************** of the gcc maintainers.
*** 240,251 ****
  
  <hr>
  <h2><a name="bugreport">How to report bugs</a></h2>
! <p>There are complete instructions in the egcs info manual, section Bugs.  The
! manual can be read using `<i>M-x <tt>info</tt></i>' in Emacs, or if the GNU
! <tt>info</tt> program is installed on your system by
!  `<tt>info --node "(gcc)Bugs"</tt>'.
! Or see the file <a href="/cgi-bin/cvsweb/gcc/BUGS?rev=1.1">BUGS</a> included
! with the egcs source code.
  
  <p>Before you report a bug for the <em>C++ compiler</em>, please check
  the <a href="bugs.html">list of well-known bugs</a>. If you
--- 240,252 ----
  
  <hr>
  <h2><a name="bugreport">How to report bugs</a></h2>
! <p>There are complete instructions in the
! <a href="onlinedocs/gcc_8.html#SEC134">egcs info manual, section Bugs</a>.
! The manual can also be read using `<i>M-x <tt>info</tt></i>' in Emacs, or if
! the GNU <tt>info</tt> program is installed on your system by `<tt>info --node
! "(gcc)Bugs"</tt>'. Or see the file
! <a href=" http://egcs.cygnus.com/cgi-bin/cvsweb/~checkout~/egcs/gcc/BUGS?rev=1.4 ">BUGS</a>
! included with the egcs source code.
  
  <p>Before you report a bug for the <em>C++ compiler</em>, please check
  the <a href="bugs.html">list of well-known bugs</a>. If you
*************** is declared pure-virtual [class.dtor]/7.
*** 1190,1196 ****
  <hr>
  
  <p><a href="index.html">Return to the EGCS home page</a>
! <p><i>Last modified:  April 12, 1999</i>
  
  <!--#include virtual="/glimpsebox.html"-->
  </body>
--- 1191,1197 ----
  <hr>
  
  <p><a href="index.html">Return to the EGCS home page</a>
! <p><i>Last modified:  April 19, 1999</i>
  
  <!--#include virtual="/glimpsebox.html"-->
  </body>

brgds, H-P




More information about the Gcc-patches mailing list