This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Recent java warnings reveal bugs (?)



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

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