This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14273] __attribute__ ((__unused__)) fails when attached to a label in c++
- 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 14:09:59 -0000
- Subject: [Bug c++/14273] __attribute__ ((__unused__)) fails when attached to a label in c++
- References: <20040224135128.14273.msp@nortelnetworks.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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