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: codingconventions.html -- avoid reference to GNATS


Avoid referring to GNATS (or Bugzilla).

Committed.

Gerald

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 codingconventions.html
--- codingconventions.html	1 Mar 2003 01:59:39 -0000	1.20
+++ codingconventions.html	22 May 2003 00:08:20 -0000
@@ -127,9 +127,9 @@ is nonzero.</p>

 <p>Where appropriate, testsuite entries should include comments giving
 their origin: the people who added them or submitted the bug report
-they relate to, possibly with a reference to a PR in GNATS.  There are
-some <a
-href="http://gcc.gnu.org/ml/gcc/2000-01/msg00593.html";>copyright
+they relate to, possibly with a reference to a PR in our bug tracking
+system.  There are <a
+href="http://gcc.gnu.org/ml/gcc/2000-01/msg00593.html";>some copyright
 guidelines</a> on what can be included in the testsuite.</p>

 <p>If a testcase itself is incorrect, but there's a possibility that an


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