This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: FYI: gcj3.1 status update


I'm checking this in.

I think we should just use Gnats to track bugs.  I'm changing the
status page to reflect this.

Of course we must be careful to mark very important PRs as high
priority (and conversely not mark less important ones).  I'll keep an
eye on this.

I'm waiting for some patches to be checked in and some other feedback;
once I get that info I'll update the ports part of the page.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* gcj-3.1-status.html: Get PRs from gnats.

Index: gcj-3.1-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/gcj-3.1-status.html,v
retrieving revision 1.18
diff -u -r1.18 gcj-3.1-status.html
--- gcj-3.1-status.html 2002/03/25 20:50:21 1.18
+++ gcj-3.1-status.html 2002/03/25 22:29:07
@@ -9,24 +9,10 @@
 
 <h2> Bugs </h2>
 
-<table border="1" width="100%">
-
-<tr><th> Issue </th> <th> Status </th> <th> Who </th> </tr>
-
-<tr bgcolor='#eeaaaa'> <td> <a href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc&amp;cmd=view&amp;pr=4715";>4715</a> </td>
-     <td> Tree check failure in check_inner_circular_reference.
-          Prevents Classpath from building.  Regression from 3.0.4.
-	  Patch in PR; Alex says it causes failures
-     </td>
-     <td> Alex </td>
-</tr>
-
-<tr> <td> <a href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc&amp;cmd=view&amp;pr=5942";>5942</a> </td>
-     <td> Classpath build failure </td>
-     <td> Alex </td>
-</tr>
-
-</table>
+<p>We are tracking all bugs in Gnats.  Any bugs that we want to fix
+for the 3.1 release will be marked <em>high</em> priority.  You can
+see this list <a
+href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc&amp;text=&amp;multitext=&amp;arrivedafter=&amp;arrivedbefore=&amp;modifiedafter=&amp;modifiedbefore=&amp;closedafter=&amp;closedbefore=&amp;category=&amp;category=java&amp;category=libgcj&amp;synopsis=&amp;confidential=&amp;severity=&amp;priority=&amp;priority=high&amp;responsible=&amp;state=&amp;state=open&amp;state=analyzed&amp;ignoreclosed=Ignore%20Closed&amp;class=&amp;submitter_id=&amp;originator=&amp;release=&amp;columns=category&amp;columns=state&amp;columns=class&amp;columns=priority&amp;columns=responsible&amp;columns=last_modified&amp;columns=synopsis&amp;displaydate=Display%20Current%20Date&amp;cmd=submit%20query&amp;sortby=Last-Modified&amp;.cgifields=confidential&amp;.cgifields=state&amp;.cgifields=columns&amp;.cgifields=priority&amp;.cgifields=displaydate&amp;.cgifields=responsible&amp;.cgifields=class&amp;.cgifields=submitter_id&amp;.cgifields=severity&amp;.cgifields=ignoreclosed&amp;.cgifields=category";!
>here</a>.</p>
 
 
 <h2> Platforms </h2>


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