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]
Other format: [Raw text]

PATCH: gcc-3.0/features.html -- avoid referencing GNATS


Avoid referencing GNATS. (This is a historical page, but the correction
is very mild.)

Committed.

Gerald

Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.30
diff -u -3 -p -r1.30 features.html
--- features.html	4 Jan 2003 18:34:18 -0000	1.30
+++ features.html	22 May 2003 23:30:46 -0000
@@ -182,12 +182,11 @@
         the CFG.  This algorithm can be significantly faster and more
         space efficient than our older algorithm.</li>
     <li><code>gccbug</code> script provided to assist in submitting
-        bug reports to the GCC GNATS bug tracking database.  (Bug
-        reports previously submitted directly to the GCC mailing
-        lists, for which no GNATS bug tracking number has been
-        received, should be submitted again to the bug tracking
-        database using <code>gccbug</code> if you can reproduce the
-        problem with GCC 3.0.)</li>
+        bug reports to our bug tracking system.  (Bug reports previously
+        submitted directly to our mailing lists, for which you received
+        no bug tracking number, should be submitted again using
+        <code>gccbug</code> if you can reproduce the problem with GCC 3.0.)
+        </li>
     <li>The internal <code>libgcc</code> library is <a
         href="libgcc.html">built as a shared library</a> on systems
         that support it.</li>


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