This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Unreviewed^5 patches


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


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