This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31314] Segmentation fault when assign std::string to another std::string when using std::vector and inheritance
- From: "wmacura at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2007 15:58:17 -0000
- Subject: [Bug c++/31314] Segmentation fault when assign std::string to another std::string when using std::vector and inheritance
- References: <bug-31314-14290@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from wmacura at gmail dot com 2007-03-22 15:58 -------
Created an attachment (id=13252)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13252&action=view)
Testcase (seg at line 130)
Build instruction:
g++ -g stringtest.cpp -o stringtest
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31314