This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/5026] __attribute__ ((unused) seems misdocumented


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]