This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/29594] jv-convert with no args NPE
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2007 00:24:38 -0000
- Subject: [Bug libgcj/29594] jv-convert with no args NPE
- References: <bug-29594-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tromey at gcc dot gnu dot org 2007-01-26 00:24 -------
It turns out to be pretty hard to make jv-convert use the classpath
getopt code, since all gcj classes are built by the main compilation
and not the tools compilation (in libjava/classpath/).
I'm going to go for a simpler stop-gap patch and then look at
moving the jv-convert functionality into classpath's native2ascii.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29594