--- Comment #4 from pinskia at gcc dot gnu dot org 2007-04-05 15:34 ---
note you can also use va_copy but that is c99.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31484
--- Comment #3 from schwab at suse dot de 2007-04-05 10:47 ---
7.15 Variable arguments
3 [...] The object ap may be passed as an argument to another function; if that
function invokes the va_arg macro with parameter ap, the value of ap in the
calling function is indeterminate and shall
--- Comment #1 from schwab at suse dot de 2007-04-05 10:31 ---
Not a bug. You must call va_start/va_end whenever you want to reuse a va_list.
--
schwab at suse dot de changed:
What|Removed |Added
---
--- Comment #2 from Klaas dot Vantournhout at UGent dot be 2007-04-05
10:35 ---
What is the difference then between 32bit and 64bit? In the 32bit it works.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31484