------- Comment #1 from ubizjak at gmail dot com 2010-05-03 08:14 ------- The testcase:
#include <string>
#include <iostream>
int
main (int argc, char *argv[])
{
std::string myStr = "Hello, World!";
std::cout << myStr << std::endl;
return 0;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43968
