------- Comment #6 from pinskia at gcc dot gnu dot org  2007-09-18 18:47 -------
No this is not fixed.  The error message is incorrect.  Most users will not use
__builtin_va_arg directly, they will be using va_arg.  So when they see
__builtin_va_arg, it will confuse them.  Can you please change it to be va_arg
instead of __builtin_va_arg.  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33462

Reply via email to