This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug in bytecode compiler 3.3
- From: Mark Wielaard <mark at klomp dot org>
- To: Erik Poupaert <erik dot poupaert at chello dot be>
- Cc: java at gcc dot gnu dot org
- Date: 22 Feb 2003 12:56:59 +0100
- Subject: Re: Bug in bytecode compiler 3.3
- Organization:
- References: <POEIJGMGPFPGFHAGKFHAEECOCFAA.erik.poupaert@chello.be>
Hi,
On Sat, 2003-02-22 at 11:43, Erik Poupaert wrote:
> Can anybody try to reproduce this problem on his platform in 3.3 by
> compiling the following example to bytecode (-C) while it is located in a
> folder with same name as the class name:
I don't have trouble compiling this on my GNU/Linux system. Not even
when I rename MyTest to mytest (gcj -C mytest/mytest.java).
Cheers,
Mark