This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49674] New: Improve documentation for __attribute__ __section__
- From: "rdiezmail-gcc at yahoo dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 8 Jul 2011 09:11:30 +0000
- Subject: [Bug c/49674] New: Improve documentation for __attribute__ __section__
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49674
Summary: Improve documentation for __attribute__ __section__
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rdiezmail-gcc@yahoo.de
Can someone please improve the documentation for __attribute__ __section__ ?
Only functions are mentioned, but I know it works for variables too. This is
the documentation page on the Web:
http://gcc.gnu.org/onlinedocs/gcc-4.6.1/gcc/Function-Attributes.html
Apparently, there are checks in GCC against the section properties. For
example, you cannot place a non-const variable in a const section, you get a
"section type conflict" error message. Documentation about this would be an
extra bonus.
I wonder how documentation bugs are handled in this project, I couldn't find
any "documentation" category in Bugzilla.
Many thanks in advance.