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++/14273] __attribute__ ((__unused__)) fails when attached to a label in c++


------- Additional Comments From msp at nortelnetworks dot com  2004-02-24 14:09 -------
nb. I have also found a comment on the mailing lists stating that

"
  you can say
	label __attribute__((unused)):
  in both gcc and g++
"

BUT that fails to compile for me using g++ 3.3.3 in either C or C++ mode.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14273


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