On 1/6/20 7:10 AM, Jonathan Wakely wrote:

How about:

GCC now defaults to <code>-fno-common</code>.  As a result, global
variable accesses are more efficient on various targets.  In C, global
variables with multiple tentative definitions will result in linker
errors.

This is better. I'd also s/will/now/, since we're talking about the present behavior of GCC 10, not some future behavior.

-Sandra

Reply via email to