In message "Re: [kaffe] Simple program shows strange results"
on 03/03/14, Timothy Stack <[EMAIL PROTECTED]> 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.
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe