Re: [PATCH] Fix description of -fcommon

2019-10-20 Thread Sandra Loosemore
On 10/20/19 11:14 AM, Bernd Edlinger wrote: Hi, I've noticed that the description of -fcommon that gets printed with "gcc -v --help" is exactly the opposite of what this option actually does. With -fcommon, different global variables w/o initial value are plced in common blocks, similar to fort

[PATCH] Fix description of -fcommon

2019-10-20 Thread Bernd Edlinger
Hi, I've noticed that the description of -fcommon that gets printed with "gcc -v --help" is exactly the opposite of what this option actually does. With -fcommon, different global variables w/o initial value are plced in common blocks, similar to fortran named common blocks, while with -fno-commo