[Bug libstdc++/84367] New: [C++11] std::ostringstream stops inserting after multiple call to move assignment operator

2018-02-13 Thread ftingaud at gmail dot com
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: ftingaud at gmail dot com Target Milestone: --- The following code asserts after a few iterations, because oss is no longer inserting when calling

[Bug libstdc++/84367] [C++11] std::ostringstream stops inserting after multiple call to move assignment operator

2018-02-18 Thread ftingaud at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84367 --- Comment #2 from Frederic Tingaud --- I reran the test with GCC 7.3, but got the same error: #include #include #include int test() { std::ostringstream oss; std::cerr << "\nRunning with GCC v" << __GNUC__ << "." << __GNUC_MINOR__ <<

[Bug libstdc++/84367] [C++11] std::ostringstream stops inserting after multiple call to move assignment operator

2018-02-19 Thread ftingaud at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84367 Frederic Tingaud changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLIC