[Bug c++/33462] [4.1/4.2 regression] Broken diagnostic: 'va_arg_expr' not supported by dump_expr
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 18 18:48:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list