This is the mail archive of the java-discuss@sourceware.cygnus.com 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: gcj bug



Amancio wrote:
> I tried a slightly modified version of class and it appears to
> compile and run over here. gcj is about 3 or 4 days old over here.

Yes - it compiles from source, but did you try compiling it to
bytecode, and then compiliing the bytecode to native? 

bash-2.01$ gcj -C EH.java && gcj -c EH.class
EH.java: In class `EH':
EH.java: In method `EH()':
EH.java:9: stack underflow
 
AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

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