[Bug middle-end/63221] New: symbol with section attribute ends up in common
jan.smets@alcatel-lucent.com
gcc-bugzilla@gcc.gnu.org
Thu Sep 11 00:16:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63221
Bug ID: 63221
Summary: symbol with section attribute ends up in common
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: jan.smets@alcatel-lucent.com
extern int sharedTop;
int sharedTop __attribute__ ((section (".cvmx_shared")));
sharedTop ends up in COM with trunk, GCC 4.8 puts it in .cvmx_shared as one
would expect.
More information about the Gcc-bugs
mailing list