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:

> In the above case, rlist is definitely uninitialized when the if
> statement's clause isn't taken.  Perhaps the last statement setting
> `list' should be in the if-clause within braces?

Yes. Zack has an unchecked patch to fix this problem:

  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.

Oops. Yes. I'll patch the tree soon.

./A

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