On Thu, 6 Feb 2020, Jakub Jelinek wrote: > + If tentative definitions of particular variable or variables need to be
I believe that would be "a particular variable", but best to simplify to "of particular variables". > + placed in a common block, <code>__attribute__((__common__))</code> can be > + used to force that behavior for those even in code compiled without > + <code>-fcommon</code>. Here I'd omit "for those". This makes sense to me and reads well; okay from my side. :) Gerald