This is the mail archive of the gcc@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]

A strang g++ bug.


While doing "make check" in libstdc++ on egcs 971008, I got

/home/work/gnu/src/egcs/libstdc++/testsuite/libstdc++.tests/../../tests/tstring.cc:154: undefined reference to `basic_string<char, string_char_traits<char> > & basic_string<char, string_char_traits<char> >::replace<int *>(char *, char *, int *, int *)'

It comes from

replace__H1ZPi_t12basic_string2ZcZt18string_char_traits1ZcPcT1X02T3_Rt12basic_string2ZcZt18string_char_traits1Zc

Both of them do not make any senses to me. Does anyone have a patch or
did I something wrong?

Thanks.

-- 
H.J. Lu (hjl@gnu.ai.mit.edu)


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