This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed^5 patches
- From: DJ Delorie <dj at redhat dot com>
- To: zlomj9am at artax dot karlin dot mff dot cuni dot cz
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Oct 2003 15:11:39 -0500
- Subject: Re: Unreviewed^5 patches
- References: <20031030164226.GA9268@artax.karlin.mff.cuni.cz>
> 2. Fix libiberty/vasprintf.c on targets which use something complicated
> than a pointer for va_list (x86-64, ppc64), on these platforms it
> segfaulted.
>
> http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00219.html
The patch in http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00231.html
is approved. At some point, though, we should probably use
autoconf to detect va_copy (it might be a builtin, not a macro)
> 4. Fix a bug in libiberty/hashtab.c
> When finding a slot in INSERT mode we increased n_elements always,
> but when we are reusing an already deleted slot we should decrease
> n_deleted instead. The patch fixes it.
>
> http://gcc.gnu.org/ml/gcc-patches/2003-10/msg02631.html
This has been fixed.