public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/8347: empty vector range used in string construction causes core dump.
@ 2002-10-29  0:10 paolo
  0 siblings, 0 replies; 3+ messages in thread
From: paolo @ 2002-10-29  0:10 UTC (permalink / raw)
  To: adamwilkshire, gcc-bugs, gcc-prs, paolo

Synopsis: empty vector range used in string construction causes core dump.

State-Changed-From-To: analyzed->closed
State-Changed-By: paolo
State-Changed-When: Tue Oct 29 00:10:02 2002
State-Changed-Why:
    Fixed for 3.2.1 and 3.3.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8347


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libstdc++/8347: empty vector range used in string construction causes core dump.
@ 2002-10-25  3:46 Paolo Carlini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Carlini @ 2002-10-25  3:46 UTC (permalink / raw)
  To: paolo; +Cc: gcc-prs

The following reply was made to PR libstdc++/8347; it has been noted by GNATS.

From: Paolo Carlini <pcarlini@unitus.it>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/8347: empty vector range used in string construction
 causes core dump.
Date: Fri, 25 Oct 2002 12:47:49 +0200

 #include <iostream>
 #include <vector>
 #include <string>
 
 int main(int argc,char** argv){
    std::vector<char> empty;
    std::string empty2(empty.begin(),empty.end());
    std::cout<<"done"<<std::endl;
 }
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8347
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libstdc++/8347: empty vector range used in string construction causes core dump.
@ 2002-10-25  3:38 paolo
  0 siblings, 0 replies; 3+ messages in thread
From: paolo @ 2002-10-25  3:38 UTC (permalink / raw)
  To: adamwilkshire, gcc-bugs, gcc-prs, paolo

Synopsis: empty vector range used in string construction causes core dump.

State-Changed-From-To: feedback->analyzed
State-Changed-By: paolo
State-Changed-When: Fri Oct 25 03:38:26 2002
State-Changed-Why:
    Attachment provided.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8347


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-29  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-29  0:10 libstdc++/8347: empty vector range used in string construction causes core dump paolo
  -- strict thread matches above, loose matches on Subject: below --
2002-10-25  3:46 Paolo Carlini
2002-10-25  3:38 paolo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).