This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libgcj/5364: .class files not being interpreted correctly
- From: Tom Tromey <tromey at redhat dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 12 Jan 2002 20:56:01 -0000
- Subject: Re: libgcj/5364: .class files not being interpreted correctly
- Reply-to: Tom Tromey <tromey at redhat dot com>
The following reply was made to PR libgcj/5364; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: mkuruvil@yahoo.co.in
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libgcj/5364: .class files not being interpreted correctly
Date: 12 Jan 2002 14:06:59 -0700
>>>>> "Mathew" == mkuruvil <mkuruvil@yahoo.co.in> writes:
Mathew> However, both executions were the same when if the gnu.rex
Mathew> java files were compiled with the corresponding compiler. gcj
Mathew> only has trouble reading the .class files generated by some
Mathew> other compiler.
I looked at this a little bit. `gij' gets the same results as `java',
but a `gcj'-compiled executable gets different results. So it looks
like a compiler bug (and not a library problem or something like
that).
Tom