This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems compiling Log4jME


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]