This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: gcj 3.1 status page
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 14 Mar 2002 17:14:37 -0700
- Subject: Patch: FYI: gcj 3.1 status page
- Reply-to: tromey at redhat dot com
I've been keeping track of 3.1 issues relating to gcj.
I decided to move this to a public page so everybody could see it and
know where we stand. I plan to update it as things progress.
If you see your name on this page it means I'm assuming you're working
on whatever task your name is next to. Tell me or just check in
changes if it is inaccurate.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* gcj-3.1-status.html: New file.
Index: gcj-3.1-status.html
===================================================================
RCS file: gcj-3.1-status.html
diff -N gcj-3.1-status.html
--- /dev/null Tue May 5 13:32:27 1998
+++ gcj-3.1-status.html Thu Mar 14 15:42:19 2002
@@ -0,0 +1,130 @@
+<head>
+<title> gcj 3.1 status </title
+</head>
+
+<body bgcolor="#fffffff">
+<h1> gcj 3.1 status </h1>
+
+<table border=1 width="100%">
+
+<tr><th> Issue </th> <th> Status </th> <th> Who </th> </tr>
+
+<tr bgcolor='#eeaaaa'> <td> 4715 </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 bgcolor='#eeaaaa'> <td> 5876 </td>
+ <td> jc1 crashes when targeting mingw32. I believe this is the
+ problem we think was introduced by my builtin function patch.
+ Alex wrote a patch which I tested; should go in
+ </td>
+ <td> Alex </td>
+</tr>
+
+<tr bgcolor='#eeaaaa'>
+<td> 5879 </td>
+<td>Throwing exceptions causes SEGV in GCJ-compiled code.
+ Patch available but unreviewed.</td>
+</td>
+<td> Unknown </td>
+</tr>
+
+<tr bgcolor='#eeaaaa'>
+<td> 5912 </td>
+<td> gcj -R doesn't work for mingw32 cross compiler.
+ AG wrote a patch for this, and it has been approved, but it
+ hasn't gone in.
+</td>
+<td> AG </td>
+</tr>
+
+<tr>
+<td> 5924 </td>
+<td> <a href="http://gcc.gnu.org/ml/java/2002-03/msg00009.html">gij fails with current link line.</a>
+ Definitely a regression.
+</td>
+<td> Alexandre Oliva </td>
+</tr>
+
+<tr> <td> 5942 </td>
+ <td> Classpath build failure </td>
+ <td> Alex </td>
+</tr>
+
+<tr> <td> 5944 </td>
+ <td> uint32_t madness :-(; various solutions proposed </td>
+ <td> Unknown </td>
+</tr>
+
+<tr> <td> THANKS </td>
+ <td> Update THANKS file to reflect reality </td>
+ <td> Tom </td>
+</tr>
+
+<tr> <td> 3.1 test suite regressions </td>
+ <td> 3 failures observed on x86 </td>
+ <td> Tom </td>
+</tr>
+
+<tr bgcolor='#eeaaaa> <td> x86 Linux</td>
+ <td> Ok (3 regressions; see above) </td>
+ <td> Tom </td>
+</tr>
+
+<tr bgcolor='#eeaaaa'> <td> alpha Linux</td>
+ <td> Build/check in progress </td>
+ <td> Tom </td>
+</tr>
+
+<tr bgcolor='#eeaaaa'> <td> IA-64 Linux</td>
+ <td> <a
+ href="http://gcc.gnu.org/ml/java/2002-03/msg00229.html">See Hans'
+ email</a>. Hans resubmitted all patches </td>
+ <td> Hans, Andrew, et al </td>
+</tr>
+
+<tr bgcolor='#aaeeee'> <td> PPC Linux</td>
+ <td> Ok </td>
+ <td> Bryce </td>
+</tr>
+
+<tr> <td> Sparc Solaris</td>
+ <td> I don't know what releases; 2.5.1 is broken </td>
+ <td> Rainer </td>
+</tr>
+
+<tr bgcolor='#aaeeee'> <td> MIPS Irix </td>
+ <td>I don't know what releases; building here might
+ be a little difficult. Ok.</td>
+ <td> Unknown </td>
+</tr>
+
+<tr> <td> x86 Mingw32</td>
+ <td>Only works as a target, not a host.
+ Is still incomplete (at least Process does not work yet)
+ </td>
+ <td> Adam </td>
+</tr>
+
+<tr bgcolor='#aaeeee'> <td> PPC Darwin</td>
+ <td> Ok </td>
+ <td> Andreas </td>
+</tr>
+
+<tr> <td>alpha Tru64 Unix</td>
+ <td>Unknown</td>
+ <td> Rainer </td>
+</tr>
+
+<tr> <td>linux -x- xscale-elf </td>
+ <td> AG has one more patch </td>
+ <td> AG </td>
+</tr>
+
+</table>
+
+</body>