This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug pch/10591] Members of anonymous namespaces should be 'static'
- From: "geoffk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Sep 2005 18:34:05 -0000
- Subject: [Bug pch/10591] Members of anonymous namespaces should be 'static'
- References: <20030501232600.10591.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From geoffk at gcc dot gnu dot org 2005-09-04 18:34 -------
Although members of anonymous namespaces can be made 'static' on every target, they can all be given
the same name on targets with weak symbol support, since on other targets the typeinfo is compared by
name so different types must be given different names.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10591