[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #20 from Jakub Jelinek

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-11-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 --- Comment #19 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:1e7a269856fd67aff78ac874bec96d31a54b2fd9 commit r12-4873-g1e7a269856fd67aff78ac874bec96d31a54b2fd9 Author: Jonathan Wakely

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-11-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-10-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.0 Resolution|---

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-10-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 --- Comment #16 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ff7793bea465019683b3a07d7ffceb6eae22def5 commit r12-4082-gff7793bea465019683b3a07d7ffceb6eae22def5 Author: Jonathan Wakely

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-07-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Richard Biener changed: What|Removed |Added Target Milestone|11.2|---

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-05-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 --- Comment #15 from Jonathan Wakely --- Fixed downstream in my fork: https://gitlab.com/jonathan-wakely/gcc/-/commit/18d78721bf3afaed243252a01a4f4909c17531b2

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-04-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.0|11.2 --- Comment #14 from Jakub Jelinek

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-04-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added Assignee|redi at gcc dot gnu.org|unassigned at gcc dot gnu.org

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-04-09 Thread ahuszagh at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Alexander Huszagh changed: What|Removed |Added CC||ahuszagh at gmail dot com ---

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2020-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added Target Milestone|10.0|11.0

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2019-05-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |10.0 --- Comment #12 from Jonathan

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2019-05-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 --- Comment #11 from Eric Gallager --- Are you still working on this, Jonathan?

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2018-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2016-11-16 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 --- Comment #9 from TC --- The ugly fix in Comment #6 should be performant, if, well, ugly. It may be worth considering holding the nodes via a different type. There's no real reason why the temporary holders need to be a `list` or have a copy

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2016-11-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jonathan Wakely changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment