Re: More fixes from static analysis checkers

2011-05-25 Thread Jakub Jelinek
On Thu, Mar 24, 2011 at 03:52:57PM -0600, Jeff Law wrote: > We had a variety of functions which would fail to call va_end prior to > returning. I'm not aware of a host were this could cause a problem, but > it's easy enough to fix and keeps the checkers quiet. In case of def_fn_type, this added a

Re: More fixes from static analysis checkers

2011-03-24 Thread Diego Novillo
On Thu, Mar 24, 2011 at 17:52, Jeff Law wrote: > Bootstrapped and regression tested on x86_64-unknown-linux-gnu.  OK for > trunk? OK. Diego.

More fixes from static analysis checkers

2011-03-24 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We had a variety of functions which would fail to call va_end prior to returning. I'm not aware of a host were this could cause a problem, but it's easy enough to fix and keeps the checkers quiet. Bootstrapped and regression tested on x86_64-unknown