On Sat, 8 Nov 2025, Alejandro Colomar wrote: > Store the 'rid' value in a local variable, and pass it to functions that > handle various keywords. This simplifies the code, and removes some > wrappers. > > No functional change intended. > > gcc/c/ChangeLog: > > * c-parser.cc (c_parser_sizeof_expression): Remove function. > (c_parser_countof_expression): Remove function. > (c_parser_unary_expression): Store the 'rid', and pass it > directly to the function calls, without calling wrappers.
Thanks, committed. -- Joseph S. Myers [email protected]
