This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
make check-abi fails
- From: jlquinn at optonline dot net
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 27 Feb 2003 10:36:04 -0500
- Subject: make check-abi fails
I've got the v3 directory checked out on
gcc-3_3-branch this morning and in preparation for
safely back-porting the locale cache stuff, I ran
make check-abi. In addition to the extra symbols,
it spit out the following, which seems to be a real
concern, right?
Is this just a problem with my local build?
Jerry Quinn
46 missing symbols
1
symbol
_ZNSt10moneypunctIcLb0EE24_M_initialize_moneypunctEP15__locale_structPKc
demangled symbol
std::moneypunct<char,
false>::_M_initialize_moneypunct(__locale_struct*,
char const*)
2
symbol
_ZNSt10moneypunctIcLb0EEC1EP15__locale_structPKcj
demangled symbol
std::moneypunct<char,
false>::moneypunct(__locale_struct*, char const*,
unsigned)
3
symbol
_ZNSt10moneypunctIcLb0EEC2EP15__locale_structPKcj
demangled symbol
std::moneypunct<char,
false>::moneypunct(__locale_struct*, char const*,
unsigned)
4
symbol
_ZNSt10moneypunctIcLb1EE24_M_initialize_moneypunctEP15__locale_structPKc
demangled symbol
std::moneypunct<char,
true>::_M_initialize_moneypunct(__locale_struct*,
char const*)
5
symbol
_ZNSt10moneypunctIcLb1EEC1EP15__locale_structPKcj
demangled symbol
std::moneypunct<char,
true>::moneypunct(__locale_struct*, char const*,
unsigned)
6
symbol
_ZNSt10moneypunctIcLb1EEC2EP15__locale_structPKcj
demangled symbol
std::moneypunct<char,
true>::moneypunct(__locale_struct*, char const*,
unsigned)
7
symbol
_ZNSt10moneypunctIwLb0EE24_M_initialize_moneypunctEP15__locale_structPKc
demangled symbol
std::moneypunct<wchar_t,
false>::_M_initialize_moneypunct(__locale_struct*,
char const*)
8
symbol
_ZNSt10moneypunctIwLb0EEC1EP15__locale_structPKcj
demangled symbol
std::moneypunct<wchar_t,
false>::moneypunct(__locale_struct*, char const*,
unsigned)
9
symbol
_ZNSt10moneypunctIwLb0EEC2EP15__locale_structPKcj
demangled symbol
std::moneypunct<wchar_t,
false>::moneypunct(__locale_struct*, char const*,
unsigned)
10
symbol
_ZNSt10moneypunctIwLb1EE24_M_initialize_moneypunctEP15__locale_structPKc
demangled symbol
std::moneypunct<wchar_t,
true>::_M_initialize_moneypunct(__locale_struct*,
char const*)
11
symbol
_ZNSt10moneypunctIwLb1EEC1EP15__locale_structPKcj
demangled symbol
std::moneypunct<wchar_t,
true>::moneypunct(__locale_struct*, char const*,
unsigned)
12
symbol
_ZNSt10moneypunctIwLb1EEC2EP15__locale_structPKcj
demangled symbol
std::moneypunct<wchar_t,
true>::moneypunct(__locale_struct*, char const*,
unsigned)
13
symbol
_ZNSt11__timepunctIcE23_M_initialize_timepunctEP15__locale_struct
demangled symbol
std::__timepunct<char>::_M_initialize_timepunct(__locale_struct*)
14
symbol
_ZNSt11__timepunctIcEC1EP15__locale_structPKcj
demangled symbol
std::__timepunct<char>::__timepunct(__locale_struct*,
char const*, unsigned)
15
symbol
_ZNSt11__timepunctIcEC2EP15__locale_structPKcj
demangled symbol
std::__timepunct<char>::__timepunct(__locale_struct*,
char const*, unsigned)
16
symbol
_ZNSt11__timepunctIwE23_M_initialize_timepunctEP15__locale_struct
demangled symbol
std::__timepunct<wchar_t>::_M_initialize_timepunct(__locale_struct*)
17
symbol
_ZNSt11__timepunctIwEC1EP15__locale_structPKcj
demangled symbol
std::__timepunct<wchar_t>::__timepunct(__locale_struct*, char const*, unsigned)
18
symbol
_ZNSt11__timepunctIwEC2EP15__locale_structPKcj
demangled symbol
std::__timepunct<wchar_t>::__timepunct(__locale_struct*, char const*, unsigned)
19
symbol
_ZNSt5ctypeIcEC1EP15__locale_structPKtbj
demangled symbol
std::ctype<char>::ctype(__locale_struct*, unsigned
short const*, bool, unsigned)
20
symbol
_ZNSt5ctypeIcEC2EP15__locale_structPKtbj
demangled symbol
std::ctype<char>::ctype(__locale_struct*, unsigned
short const*, bool, unsigned)
21
symbol
_ZNSt5ctypeIwEC1EP15__locale_structj
demangled symbol
std::ctype<wchar_t>::ctype(__locale_struct*, unsigned)
22
symbol
_ZNSt5ctypeIwEC2EP15__locale_structj
demangled symbol
std::ctype<wchar_t>::ctype(__locale_struct*, unsigned)
23
symbol
_ZNSt6locale5facet17_S_clone_c_localeERP15__locale_struct
demangled symbol
std::locale::facet::_S_clone_c_locale(__locale_struct*&)
24
symbol
_ZNSt6locale5facet18_S_create_c_localeERP15__locale_structPKcS2_
demangled symbol
std::locale::facet::_S_create_c_locale(__locale_struct*&, char const*, __locale_struct*)
25
symbol
_ZNSt6locale5facet19_S_destroy_c_localeERP15__locale_struct
demangled symbol
std::locale::facet::_S_destroy_c_locale(__locale_struct*&)
26
symbol
_ZNSt7collateIcEC1EP15__locale_structj
demangled symbol
std::collate<char>::collate(__locale_struct*, unsigned)
27
symbol
_ZNSt7collateIcEC2EP15__locale_structj
demangled symbol
std::collate<char>::collate(__locale_struct*, unsigned)
28
symbol
_ZNSt7collateIwEC1EP15__locale_structj
demangled symbol
std::collate<wchar_t>::collate(__locale_struct*,
unsigned)
29
symbol
_ZNSt7collateIwEC2EP15__locale_structj
demangled symbol
std::collate<wchar_t>::collate(__locale_struct*,
unsigned)
30
symbol
_ZNSt8messagesIcEC1EP15__locale_structPKcj
demangled symbol
std::messages<char>::messages(__locale_struct*, char
const*, unsigned)
31
symbol
_ZNSt8messagesIcEC2EP15__locale_structPKcj
demangled symbol
std::messages<char>::messages(__locale_struct*, char
const*, unsigned)
32
symbol
_ZNSt8messagesIwEC1EP15__locale_structPKcj
demangled symbol
std::messages<wchar_t>::messages(__locale_struct*,
char const*, unsigned)
33
symbol
_ZNSt8messagesIwEC2EP15__locale_structPKcj
demangled symbol
std::messages<wchar_t>::messages(__locale_struct*,
char const*, unsigned)
34
symbol
_ZNSt8numpunctIcE22_M_initialize_numpunctEP15__locale_struct
demangled symbol
std::numpunct<char>::_M_initialize_numpunct(__locale_struct*)
35
symbol
_ZNSt8numpunctIcEC1EP15__locale_structj
demangled symbol
std::numpunct<char>::numpunct(__locale_struct*, unsigned)
36
symbol
_ZNSt8numpunctIcEC2EP15__locale_structj
demangled symbol
std::numpunct<char>::numpunct(__locale_struct*, unsigned)
37
symbol
_ZNSt8numpunctIwE22_M_initialize_numpunctEP15__locale_struct
demangled symbol
std::numpunct<wchar_t>::_M_initialize_numpunct(__locale_struct*)
38
symbol
_ZNSt8numpunctIwEC1EP15__locale_structj
demangled symbol
std::numpunct<wchar_t>::numpunct(__locale_struct*,
unsigned)
39
symbol
_ZNSt8numpunctIwEC2EP15__locale_structj
demangled symbol
std::numpunct<wchar_t>::numpunct(__locale_struct*,
unsigned)
40
symbol
_ZSt14__convert_to_vIdEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<double>(char const*,
double&, std::_Ios_Iostate&, __locale_struct*
const&, int)
41
symbol
_ZSt14__convert_to_vIeEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<long double>(char const*,
long double&, std::_Ios_Iostate&, __locale_struct*
const&, int)
42
symbol
_ZSt14__convert_to_vIfEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<float>(char const*, float&,
std::_Ios_Iostate&, __locale_struct* const&, int)
43
symbol
_ZSt14__convert_to_vIlEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<long>(char const*, long&,
std::_Ios_Iostate&, __locale_struct* const&, int)
44
symbol
_ZSt14__convert_to_vImEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<unsigned long>(char const*,
unsigned long&, std::_Ios_Iostate&, __locale_struct*
const&, int)
45
symbol
_ZSt14__convert_to_vIxEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<long long>(char const*, long
long&, std::_Ios_Iostate&, __locale_struct* const&, int)
46
symbol
_ZSt14__convert_to_vIyEvPKcRT_RSt12_Ios_IostateRKP15__locale_structi
demangled symbol
void std::__convert_to_v<unsigned long long>(char
const*, unsigned long long&, std::_Ios_Iostate&,
__locale_struct* const&, int)
46 incompatible symbols
1
symbol
_ZNSt10moneypunctIcLb0EE24_M_initialize_moneypunctEPiPKc
demangled symbol
std::moneypunct<char,
false>::_M_initialize_moneypunct(int*, char const*)
2
symbol
_ZNSt10moneypunctIcLb0EEC1EPiPKcj
demangled symbol
std::moneypunct<char, false>::moneypunct(int*, char
const*, unsigned)
3
symbol
_ZNSt10moneypunctIcLb0EEC2EPiPKcj
demangled symbol
std::moneypunct<char, false>::moneypunct(int*, char
const*, unsigned)
4
symbol
_ZNSt10moneypunctIcLb1EE24_M_initialize_moneypunctEPiPKc
demangled symbol
std::moneypunct<char,
true>::_M_initialize_moneypunct(int*, char const*)
5
symbol
_ZNSt10moneypunctIcLb1EEC1EPiPKcj
demangled symbol
std::moneypunct<char, true>::moneypunct(int*, char
const*, unsigned)
6
symbol
_ZNSt10moneypunctIcLb1EEC2EPiPKcj
demangled symbol
std::moneypunct<char, true>::moneypunct(int*, char
const*, unsigned)
7
symbol
_ZNSt10moneypunctIwLb0EE24_M_initialize_moneypunctEPiPKc
demangled symbol
std::moneypunct<wchar_t,
false>::_M_initialize_moneypunct(int*, char const*)
8
symbol
_ZNSt10moneypunctIwLb0EEC1EPiPKcj
demangled symbol
std::moneypunct<wchar_t, false>::moneypunct(int*,
char const*, unsigned)
9
symbol
_ZNSt10moneypunctIwLb0EEC2EPiPKcj
demangled symbol
std::moneypunct<wchar_t, false>::moneypunct(int*,
char const*, unsigned)
10
symbol
_ZNSt10moneypunctIwLb1EE24_M_initialize_moneypunctEPiPKc
demangled symbol
std::moneypunct<wchar_t,
true>::_M_initialize_moneypunct(int*, char const*)
11
symbol
_ZNSt10moneypunctIwLb1EEC1EPiPKcj
demangled symbol
std::moneypunct<wchar_t, true>::moneypunct(int*, char
const*, unsigned)
12
symbol
_ZNSt10moneypunctIwLb1EEC2EPiPKcj
demangled symbol
std::moneypunct<wchar_t, true>::moneypunct(int*, char
const*, unsigned)
13
symbol
_ZNSt11__timepunctIcE23_M_initialize_timepunctEPi
demangled symbol
std::__timepunct<char>::_M_initialize_timepunct(int*)
14
symbol
_ZNSt11__timepunctIcEC1EPiPKcj
demangled symbol
std::__timepunct<char>::__timepunct(int*, char
const*, unsigned)
15
symbol
_ZNSt11__timepunctIcEC2EPiPKcj
demangled symbol
std::__timepunct<char>::__timepunct(int*, char
const*, unsigned)
16
symbol
_ZNSt11__timepunctIwE23_M_initialize_timepunctEPi
demangled symbol
std::__timepunct<wchar_t>::_M_initialize_timepunct(int*)
17
symbol
_ZNSt11__timepunctIwEC1EPiPKcj
demangled symbol
std::__timepunct<wchar_t>::__timepunct(int*, char
const*, unsigned)
18
symbol
_ZNSt11__timepunctIwEC2EPiPKcj
demangled symbol
std::__timepunct<wchar_t>::__timepunct(int*, char
const*, unsigned)
19
symbol
_ZNSt5ctypeIcEC1EPiPKtbj
demangled symbol
std::ctype<char>::ctype(int*, unsigned short const*,
bool, unsigned)
20
symbol
_ZNSt5ctypeIcEC2EPiPKtbj
demangled symbol
std::ctype<char>::ctype(int*, unsigned short const*,
bool, unsigned)
21
symbol
_ZNSt5ctypeIwEC1EPij
demangled symbol
std::ctype<wchar_t>::ctype(int*, unsigned)
22
symbol
_ZNSt5ctypeIwEC2EPij
demangled symbol
std::ctype<wchar_t>::ctype(int*, unsigned)
23
symbol
_ZNSt6locale5facet17_S_clone_c_localeERPi
demangled symbol
std::locale::facet::_S_clone_c_locale(int*&)
24
symbol
_ZNSt6locale5facet18_S_create_c_localeERPiPKcS1_
demangled symbol
std::locale::facet::_S_create_c_locale(int*&, char
const*, int*)
25
symbol
_ZNSt6locale5facet19_S_destroy_c_localeERPi
demangled symbol
std::locale::facet::_S_destroy_c_locale(int*&)
26
symbol
_ZNSt7collateIcEC1EPij
demangled symbol
std::collate<char>::collate(int*, unsigned)
27
symbol
_ZNSt7collateIcEC2EPij
demangled symbol
std::collate<char>::collate(int*, unsigned)
28
symbol
_ZNSt7collateIwEC1EPij
demangled symbol
std::collate<wchar_t>::collate(int*, unsigned)
29
symbol
_ZNSt7collateIwEC2EPij
demangled symbol
std::collate<wchar_t>::collate(int*, unsigned)
30
symbol
_ZNSt8messagesIcEC1EPiPKcj
demangled symbol
std::messages<char>::messages(int*, char const*,
unsigned)
31
symbol
_ZNSt8messagesIcEC2EPiPKcj
demangled symbol
std::messages<char>::messages(int*, char const*,
unsigned)
32
symbol
_ZNSt8messagesIwEC1EPiPKcj
demangled symbol
std::messages<wchar_t>::messages(int*, char const*,
unsigned)
33
symbol
_ZNSt8messagesIwEC2EPiPKcj
demangled symbol
std::messages<wchar_t>::messages(int*, char const*,
unsigned)
34
symbol
_ZNSt8numpunctIcE22_M_initialize_numpunctEPi
demangled symbol
std::numpunct<char>::_M_initialize_numpunct(int*)
35
symbol
_ZNSt8numpunctIcEC1EPij
demangled symbol
std::numpunct<char>::numpunct(int*, unsigned)
36
symbol
_ZNSt8numpunctIcEC2EPij
demangled symbol
std::numpunct<char>::numpunct(int*, unsigned)
37
symbol
_ZNSt8numpunctIwE22_M_initialize_numpunctEPi
demangled symbol
std::numpunct<wchar_t>::_M_initialize_numpunct(int*)
38
symbol
_ZNSt8numpunctIwEC1EPij
demangled symbol
std::numpunct<wchar_t>::numpunct(int*, unsigned)
39
symbol
_ZNSt8numpunctIwEC2EPij
demangled symbol
std::numpunct<wchar_t>::numpunct(int*, unsigned)
40
symbol
_ZSt14__convert_to_vIdEvPKcRT_RSt12_Ios_IostateRKPii
demangled symbol
void std::__convert_to_v<double>(char const*,
double&, std::_Ios_Iostate&, int* const&, int)
41
symbol
_ZSt14__convert_to_vIeEvPKcRT_RSt12_Ios_IostateRKPii
demangled symbol
void std::__convert_to_v<long double>(char const*,
long double&, std::_Ios_Iostate&, int* const&, int)
42
symbol
_ZSt14__convert_to_vIfEvPKcRT_RSt12_Ios_IostateRKPii
demangled symbol
void std::__convert_to_v<float>(char const*, float&,
std::_Ios_Iostate&, int* const&, int)
43
symbol
_ZSt14__convert_to_vIlEvPKcRT_RSt12_Ios_IostateRKPii
demangled symbol
void std::__convert_to_v<long>(char const*, long&,
std::_Ios_Iostate&, int* const&, int)
44
symbol
_ZSt14__convert_to_vImEvPKcRT_RSt12_Ios_IostateRKPii
demangled symbol
void std::__convert_to_v<unsigned long>(char const*,
unsigned long&, std::_Ios_Iostate&, int* const&, int)