This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13332] template static const unsigned does not appear in .o file
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2003 08:54:47 -0000
- Subject: [Bug c++/13332] template static const unsigned does not appear in .o file
- References: <20031206081124.13332.gianni@mariani.ws>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-06 08:54 -------
The reason is that they are optimized out but the optimization is not a bug (but there is another
bug for not getting an error which already have a different bug).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13332