This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/31370] resizing bugs in std::vector
- From: "gcc at severeweblint dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Mar 2007 03:08:56 -0000
- Subject: [Bug libstdc++/31370] resizing bugs in std::vector
- References: <bug-31370-14320@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from gcc at severeweblint dot org 2007-03-27 04:08 -------
Created an attachment (id=13292)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13292&action=view)
testcase
This little program pushes some of the boundary cases. It ought to print
nothing and exit cleanly. Currently it complains and crashes.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31370