This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems compiling Log4jME
- To: David Vrabel <dv207 at hermes dot cam dot ac dot uk>
- Subject: Re: Problems compiling Log4jME
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Sep 2001 16:31:48 -0600
- Cc: <java at gcc dot gnu dot org>
- References: <Pine.HPX.4.33L.0109261542310.5579-100000@punch.eng.cam.ac.uk>
- Reply-To: tromey at redhat dot com
>>>>> "David" == David Vrabel <dv207@hermes.cam.ac.uk> writes:
David> A.java:
David> interface A {
David> public void f();
David> }
David> B.java
David> public abtract class B {
David> public void g() {
David> f();
David> }
David> }
I fixed the typo and changed B.java so that B implements A (which I
assume is what you meant).
This compiled fine for me with both the current CVS gcj and gcj 3.0.
Could you write a test which shows the failure and send it?
David> 2. This one's a bit freaky. Priority.java will cause gcj to
David> eat all memory and die.
I probably won't look at this one anytime soon. Sorry.
Your best bet might be to file a complete PR (include info on how to
get the problem file).
Thanks,
Tom