This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-fno-common
- From: Bernhard Schommer <bernhardschommer at gmail dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 28 Jan 2019 16:58:55 +0100
- Subject: -fno-common
Hi,
I would like to know if the handling of the option -fno-common has
changed between version 7.3 and 8.2 for x86. I tried it with the
default system version of OpenSUSE and for example:
const int i;
is placed in the .bss section. With a newer self-compiled version 8.2
the same variable is placed in the section .rodata. I could not find
any information in the Changelog whether the behavior has changed and
thus would like to know if there was any change.
Best,
-Bernhard