Recent java warnings reveal bugs (?)

Alexandre Petit-Bianco apbianco@cygnus.com
Tue May 9 17:56:00 GMT 2000


Kaveh R. Ghazi writes:

> parse.y:
>  >        tree rlist;
>  >        if (t != object_type_node)
>  >          rlist = find_applicable_accessible_methods_list (lc, t,
>  >                                                           name, arglist);
>  >        list = chainon (rlist, list);
> 

This has already be pointed out by Zack Weinberg on the 6th of May. I
doubt the patch was ever checked in:

  http://gcc.gnu.org/ml/gcc-patches/2000-04/msg00040.html

> Here it looks like jword (an unsigned value) is being compared
> against a negative value.  If it is intentional then the negative
> value probably should be cast to a jword.

Most likely.

./A


More information about the Gcc-bugs mailing list