[Bug libstdc++/89759] New: pop_back on empty vector gives wrong size

2019-03-18 Thread anshulaggarwal987654321 at gmail dot com
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: anshulaggarwal987654321 at gmail dot com Target Milestone: --- after calling pop_back on an empty vector, the vector.size() doesnt display zero and displays a large value UINT64_MAX. this leads to inconsistency

[Bug libstdc++/89758] queue and priority queue show invalid size when empty container is poped. Further pushes lead to inconsistent values/ queue state

2019-03-18 Thread anshulaggarwal987654321 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89758 --- Comment #1 from anshul aggarwal --- uncomfirmed : the dataStructure might try to "free" unowned memory

[Bug libstdc++/89758] New: queue and priority queue show invalid size when empty container is poped. Further pushes lead to inconsistent values

2019-03-18 Thread anshulaggarwal987654321 at gmail dot com
: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: anshulaggarwal987654321 at gmail dot com Target Milestone: --- Created attachment 45988 --> ht