[Bug libstdc++/63706] New: stl_heap.h:make_heap()'s worst time complexity doesn't conform with C++ standard

2014-11-01 Thread tomytsai at gmail dot com
NCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: tomytsai at gmail dot com Hi, In current (4.9.0 and "the latest collection") libstdc++ source code, the make_heap() function has the worst time c

[Bug libstdc++/61107] New: [4.8/4.9/4.10] stl_algo.h : std::__inplace_stable_partition() doesn't process the whole data range

2014-05-07 Thread tomytsai at gmail dot com
.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: tomytsai at gmail dot com In GCC 4.8.2 / 4.9 (20140430 snapsot) / 4.10.0 (20140504 snapshot) If we test the following