This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5026] __attribute__ ((unused) seems misdocumented
- From: "d.g.gorbachev at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 1 Mar 2011 06:42:01 +0000
- Subject: [Bug c++/5026] __attribute__ ((unused) seems misdocumented
- Auto-submitted: auto-generated
- References: <bug-5026-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5026
--- Comment #19 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-03-01 06:41:57 UTC ---
GCC documentation has been changed. __attribute__((unused)) on labels can be
used in C++ code since GCC version 4.5.0. This PR should be closed probably.