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

c++/569: libstdc++ has problem with basic_string



>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:

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