This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A strang g++ bug.
- To: jason at cygnus dot com (Jason Merrill)
- Subject: Re: A strang g++ bug.
- From: hjl at lucon dot org (H.J. Lu)
- Date: Fri, 10 Oct 1997 09:29:29 -0700 (PDT)
- Cc: egcs at cygnus dot com
>
> >>>>> H J Lu <hjl@lucon.org> writes:
>
> > 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 *)'
>
> This fixes that bug. There's still the crash someone else reported, tho.
Yes. basic_string is still broken on linux/x86.
H.J.