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
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__ <<
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84367
Frederic Tingaud changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|DUPLIC