This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21264] duplicate symbol warnings for complex template class
- From: "dje at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2005 19:09:54 -0000
- Subject: [Bug c++/21264] duplicate symbol warnings for complex template class
- References: <20050428120749.21264.joerg.richter@pdv-fs.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at gcc dot gnu dot org 2005-05-03 19:09 -------
AIX 5.2 supports weak symbols, when using AIX assembler and linker. wEXP
means weak export and EXP means export.
I do not see this problem when using GCC 4.0. I am not sure if the patch for
this was or will be backported to GCC 3.4.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21264