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]

Re: Patch: FYI: gcj 3.1 status update


>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

Tom> Another status page update.

Gerald> What do you think about adding a (prominent) link to this page
Gerald> from the gcc-3.1/issues.html page?

Sounds good to me.

How's this patch?  Mark?
This also moves a couple of fixed Java issues to the Closed section.

Two of the "Java" issues are not java-specific:

    PR 5948
      Jan Hubicka is looking at this but I don't know the status

    PR 5949
      Bootstrap failure on OSF 5.1.  This is a regression from 3.0.
      As far as I know nobody is looking at this yet

Tom

Index: issues.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/issues.html,v
retrieving revision 1.10
diff -u -r1.10 issues.html
--- issues.html 2002/03/19 19:44:16 1.10
+++ issues.html 2002/03/20 18:26:26
@@ -194,24 +194,6 @@
  <p>Submitted by Toon Moene.</p>
 </dd>
 
-<dt><em>PR 5876</em></dt>
-<dd>
- <p><em>Unverified.</em></p>
-
- <p>Java regression.</p>
-
- <p>Submitted by Adam Megacz.</p>
-</dd>
-
-<dt><em>PR 5879</em></dt>
-<dd>
- <p><em>Unverified.</em></p>
-
- <p>Java regression.</p>
-
- <p>Submitted by Adam Megacz.</p>
-</dd>
-
 <dt><em>PR 4128</em></dt>
 <dd>
  <p><em>Unverified.</em></p>
@@ -338,9 +320,32 @@
  <p>Submitted by Mike Stump.</p>
 </dd>
 
+<dt><em>gcj issues</em> </dt>
+<dd>
+ <p>See <a href="../java/gcj-3.1-status.html">the gcj issues page</a>.
+</dd>
+
 </dl>
 
 <h2>Closed Issues</h2>
+
+<dt><em>PR 5876</em></dt>
+<dd>
+ <p><em>Closed: Alexandre Petit-Bianco</em></p>
+
+ <p>Java regression.</p>
+
+ <p>Submitted by Adam Megacz.</p>
+</dd>
+
+<dt><em>PR 5879</em></dt>
+<dd>
+ <p><em>Closed: Richard Henderson</em></p>
+
+ <p>Java regression.</p>
+
+ <p>Submitted by Adam Megacz.</p>
+</dd>
 
 <dl>
 <dt><em>PR 5693</em></dt>


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