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
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.
-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