[Bug c++/24389] [4.0/4.1 Regression] template variable not getting marked as weak
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Oct 15 20:42:00 GMT 2005
------- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-15 20:42 -------
The problem is that the variable X<0>:: primes is not being marked as weak
which causes the rest to fail also because we are using that name for the first
non-weak global symbol to name anonymous namespace.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.0/4.1 Regression] |[4.0/4.1 Regression]
|tr1::unordered_map duplicate|template variable not
|symbols (not extern?) |getting marked as weak
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24389
More information about the Gcc-bugs
mailing list