[kaffe] Simple program shows strange results
Ito Kazumitsu
ito.kazumitsu at hitachi-cable.co.jp
Sun Mar 16 15:51:02 PST 2003
In message "Re: [kaffe] Simple program shows strange results"
on 03/03/14, Timothy Stack <stack at cs.utah.edu> writes:
> > $ cat Test.java.m4
> > public class Test {
> > public static void main(String[] args) {
> > T x = C1;
> > if (x < C2) {
> > System.err.println("x<C2: " + x);
> > x = C2;
> > }
> > System.err.println(x);
> > }
> > }
>
> CVS update and try this again. (Thanks for the test case!)
Thank you. My problem has been solved.
More information about the kaffe
mailing list