[Bug c++/31484] va_list handeling different in 64bit vs 32 bit.

2007-04-05 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/31484] va_list handeling different in 64bit vs 32 bit.

2007-04-05 Thread schwab at suse dot de
--- 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

[Bug c++/31484] va_list handeling different in 64bit vs 32 bit.

2007-04-05 Thread schwab at suse dot de
--- 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 ---

[Bug c++/31484] va_list handeling different in 64bit vs 32 bit.

2007-04-05 Thread Klaas dot Vantournhout at UGent dot be
--- 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