This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/22185] final link failed: Nonrepresentable section on output


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

[hjl@gnu .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
[hjl@gnu .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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]