This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: web pages


Hi,
I just applied the following obvious patch to faq.html. That fixes
http://egcs.cygnus.com/ml/gcc-bugs/1999-08/msg00259.html

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
        I have seen the death of PhotoShop -- it is called GIMP
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk
Index: faq.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/faq.html,v
retrieving revision 1.140
diff -c -3 -p -r1.140 faq.html
*** faq.html	1999/08/05 08:29:51	1.140
--- faq.html	1999/08/06 15:31:23
*************** to the current release first.</p>
*** 203,210 ****
  <p>In short, if gcc says <tt>Internal compiler error</tt> (or any
  other error that you'd like us to be able to reproduce, for that
  matter), please mail a bug report to <a
! href="mailto:gcc-bugs@gcc.gnu.org">gcc-bugs@gcc.gnu.org</a>or
! <a href="mailto:bug-gcc@gnu.org"bug-gcc@gnu.org</a> including:</p>
  
  <ul>
    <li>The GCC version</li>
--- 203,210 ----
  <p>In short, if gcc says <tt>Internal compiler error</tt> (or any
  other error that you'd like us to be able to reproduce, for that
  matter), please mail a bug report to <a
! href="mailto:gcc-bugs@gcc.gnu.org">gcc-bugs@gcc.gnu.org</a> or
! <a href="mailto:bug-gcc@gnu.org">bug-gcc@gnu.org</a> including:</p>
  
  <ul>
    <li>The GCC version</li>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]