On Fri, 31 Oct 2025, Martin Uecker wrote:
> + else if (TREE_CODE (type) == ARRAY_TYPE && C_TYPE_VARIABLE_SIZE (type)
> + && !flag_isoc99)
> + {
> + error_at (loc2, "second argument to %<va_arg%> is an array type %qT",
> + type);
> + return error_mark_node;There should only be one space after "return". OK with that fix. -- Joseph S. Myers [email protected]
