[Bug c++/33462] [4.1/4.2/4.3 regression] Broken diagnostic: 'va_arg_expr' not supported by dump_expr

Andrew Pinski pinskia@gcc.gnu.org
Tue Sep 18 16:40:00 GMT 2007


On 18 Sep 2007 15:34:16 -0000, jakub at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> +    case VA_ARG_EXPR:
> +      pp_cxx_identifier (cxx_pp, "__builtin_va_arg");


I would not use __builtin_va_arg here since this diagnostic, I would
just use va_arg.

Thanks,
Andrew Pinski



More information about the Gcc-bugs mailing list