This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Recent java warnings reveal bugs (?)
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Recent java warnings reveal bugs (?)
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Sun, 14 May 2000 00:20:27 -0700 (PDT)
- Cc: egcs-bugs at egcs dot cygnus dot com
- References: <200005091732.NAA03257@caip.rutgers.edu>
- Reply-To: apbianco at redhat dot com
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