On Mon, 22 May 2023, Martin Uecker via Gcc-patches wrote: > +static void > +add_decl_expr(location_t loc, enum decl_context decl_context, tree type, > tree *expr)
Missing space before '(', and the line should be wrapped to be no more than 80 columns. The C front-end changes are OK with those fixes. The testsuite changes are also OK. -- Joseph S. Myers jos...@codesourcery.com