This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed^5 patches
DJ Delorie <dj@redhat.com> writes:
>> 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)
C99 requires it to be a macro. (§§ 7.15p1; 7.15.1.3)
zw