This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: V3 static data in classes vs AIX
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: V3 static data in classes vs AIX
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Date: Thu, 7 Jun 2001 15:20:53 +0200 (MEST)
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, Alexandre Oliva <aoliva at redhat dot com>, Mark Mitchell <mark at codesourcery dot com>, gdr at codesourcery dot com, libstdc++ at gcc dot gnu dot org
- References: <bkoz@redhat.com><Pine.SOL.3.91.1010606154648.14012A-100000@taarna.cygnus.com><200106070005.UAA23512@makai.watson.ibm.com>
David Edelsohn writes:
> Is Tru64 really seeing the problem for the library's instantiation
> of the class?
yes, same problems here, both on alpha-dec-osf4.0f and alpha-dec-osf5.1
(although the latter seems to have many fixes/changes to both ld and
/sbin/loader):
% nm string-inst.o |c++filt |grep _S_max_size
std::string::_Rep::_S_max_size | 0000000000019768 | R | 0000000000000000
Unresolved:
std::basic_string<A<B>, std::char_traits<A<B> >, std::allocator<A<B> > >::_Rep::_S_max_size
FAIL: 21_strings/capacity.cc (test for excess errors)
Unresolved:
std::basic_string<unsigned char, std::char_traits<unsigned char>, std::allocator<unsigned char> >::_Rep::_S_max_size
FAIL: 22_locale/numpunct.cc (test for excess errors)
Unresolved:
std::basic_string<char, gnu_char_traits, std::allocator<char> >::_Rep::_S_max_size
std::basic_string<char, gnu_char_traits, std::allocator<char> >::_Rep::_S_terminal
FAIL: 26_numerics/complex_inserters_extractors.cc (test for excess errors)
Rainer
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University
Email: ro@TechFak.Uni-Bielefeld.DE