------- Additional Comments From hjl at lucon dot org  2005-08-21 18:02 -------
It is a gcc bug and has been fixed in CVS:

[EMAIL PROTECTED] .libs]$ readelf --wide -s    /usr/lib/libstdc++.so.6 | grep
_ZNSs4_Rep20_S_empty_rep_s | c++filt
  1536: 000e3ef8    16 OBJECT  WEAK   DEFAULT   25 std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4
[EMAIL PROTECTED] .libs]$ readelf --wide -s    libstdc++.so.6 | grep
_ZNSs4_Rep20_S_empty_rep_s | c++filt
  1535: 000d7d18    16 OBJECT  WEAK   DEFAULT   25 std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4
  2520: 000d7d18    16 OBJECT  WEAK   DEFAULT   25 std::basic_string<char,
std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage


*** This bug has been marked as a duplicate of 22109 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22185

Reply via email to