Issue 858318: modsupport does not use va_copy when available (original) (raw)

Created on 2003-12-11 15:30 by benson_basis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
modsupport.c.patch benson_basis,2003-12-11 15:30 use va_copy
Messages (4)
msg45038 - (view) Author: benson margulies (benson_basis) Date: 2003-12-11 15:30
It appears that the gcc 3.2.2 on SusE linux AMD 64-bit requires the use of va_copy. The attached patch uses va_copy whenever it is #defined.
msg45039 - (view) Author: benson margulies (benson_basis) Date: 2003-12-11 19:40
Logged In: YES user_id=876734 I've marked this 2.4, but someone (SuSe?) might like it sooner.
msg45040 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-25 15:45
Is this patch still needed? Nobody has complained about a problem with va-lists on AMD64 since. Tentatively marking it out-of-date.
msg45041 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-12-10 03:20
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:01 admin set github: 39698
2003-12-11 15:30:15 benson_basis create