https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113974
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113974
--- Comment #3 from Georg-Johann Lay ---
Then the documentation should make that clear that with -fno-data-sections the
object goes in COMM, but with -fdata-sections it does not and the attribute
"common" is ignored.
Better still, the compiler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113974
--- Comment #2 from Andrew Pinski ---
Note clang since 4.0 has the same behavior as GCC here ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113974
Andrew Pinski changed:
What|Removed |Added
Component|other |middle-end
--- Comment #1 from Andrew P