On 3/19/20 10:09 AM, Jakub Jelinek wrote: > I mean, optimize for the !flag_checking case... Sure, I transformed both situations into heap memory allocation. In gcc/c-family/c-attribs.c I faced maybe uninitialized warning when I only assigned (and checked) the variable in flag_checking context. Martin