This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
c++/569: libstdc++ has problem with basic_string
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/569: libstdc++ has problem with basic_string
- From: tongphan at hotmail dot com
- Date: 25 Sep 2000 11:22:01 -0000
- Reply-To: tongphan at hotmail dot com
- Resent-Cc: gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, jason at gcc dot gnu dot org
- Resent-Reply-To: gcc-gnats@gcc.gnu.org, tongphan@hotmail.com
>Number: 569
>Category: c++
>Synopsis: libstdc++ has problem with basic_string
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 25 04:26:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Tong Phan
>Release: unknown-1.0
>Organization:
>Environment:
HPUX-9000 11.00
>Description:
I get the following errors when I execute the following command on the attached file:
gcc -o dummy dummy.cc -lstdc++ -lpthread
basic_string<char, string_char_traits<char>, __default_alloc_template<false,0> >::nilRep(data)
__default_alloc_template<false, 0>::_S_end_free(data)
__default_alloc_template<false, 0>::_S_start_free(data)
__default_alloc_template<false, 0>::_S_free_list(data)
collect2: ld returned 1 exit status
>How-To-Repeat:
execute the above line on the attached file. As far as I know, it works on other systems.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: