PATCH for Re: 6350: How to upgrade priority to high?

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Fri Apr 26 15:04:00 GMT 2002


On Mon, 22 Apr 2002, Mark Mitchell wrote:
>> The web pages of GCC have no information how to change the priority of a
>> PR. There is no contact person that can do it (the web pages give no
>> address).
> Any maintainer can do it.  In particular, I can do it. :-)  Gerald,
> perhaps we should add information about this somewhere?  The procedure
> should be that any maintainer can mark a PR *that represents a regression*
> high priority.

Master, you're calling? :-)

  Remove issues.html and do not reference it any longer.
  Also disable "Functionality" section.
  Add section on high-priority PRs.

Gerald

Index: criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/criteria.html,v
retrieving revision 1.26
diff -u -3 -p -r1.26 criteria.html
--- criteria.html	18 Apr 2002 20:27:37 -0000	1.26
+++ criteria.html	26 Apr 2002 22:01:09 -0000
@@ -32,15 +32,27 @@ application program on a particular syst
 abandoned.  However, that eventuality should be avoided if at all
 possible.</p>

+<!--
 <h2>Functionality</h2>

 <p>GCC 3.1 will contain considerable improvements in functionality
 relative to previous releases of GCC.  Each of these improvements must
 be completed before GCC 3.1 is released:</p>
 <ul>
-<li><p><a href="issues.html">Open Bugs</a></p>
-</li>
+<li>...</li>
 </ul>
+-->
+
+
+<h2>Bug Fixes</h2>
+
+<p>We strive to fix all open problem reports (PRs) in our bug tracking
+system that indicate a regression with respect to previous releases.</p>
+
+<p>Such PRs are marked as high-priority items, and every GCC maintainer
+with CVS and GNATS write access may set PRs indicating a regression to
+high-priority.</p>
+

 <h2>Platform Support</h2>




More information about the Gcc-patches mailing list