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: "msp at nortelnetworks dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2004 13:41:19 -0000
- Subject: [Bug c++/5026] __attribute__ ((unused) seems misdocumented
- References: <20011205204601.5026.bh@techhouse.brown.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From msp at nortelnetworks dot com 2004-02-24 13:41 -------
(In reply to comment #12)
> (In reply to comment #11)
Sorry, my example got mangled when I copied it in....
void fred()
{
int x;
yyerrlab1:
__attribute__ ((__unused__))
x = 42;
}
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |msp at nortelnetworks dot
| |com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5026