[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-04-27 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |10.5 Resolution|---

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-04-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:cc75195ee8811d6c48f05727c170916c0adc227b commit r10-11320-gcc75195ee8811d6c48f05727c170916c0adc227b Author: Jonathan Wak

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-04-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3ca17b2b6be8e9bab2ee06636826d92604104475 commit r11-10657-g3ca17b2b6be8e9bab2ee06636826d92604104475 Author: Jonathan Wak

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-03-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #5 from CVS Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:07246eee2393312c187dcb4fa70d0e0785d75ae6 commit r12-9298-g07246eee2393312c187dcb4fa70d0e0785d75ae6 Author: Jonathan Wake

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-03-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #4 from Jonathan Wakely --- Fixed on trunk for now but backports to follow.

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-03-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #3 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:37c8a083d44f8123ad81a3cd411389b0b7b42ae6 commit r13-6579-g37c8a083d44f8123ad81a3cd411389b0b7b42ae6 Author: Jonathan Wakely Date:

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-03-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #2 from Jonathan Wakely --- Unfortunately in the testsuite those errors cause the test to be ignored as UNSUPPORTED, instead of making it FAIL: Python Exception : maximum recursion depth exceeded^M skipping: Python Exception : maxim

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-03-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod

2023-03-08 Thread ks1322 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064 --- Comment #1 from ks1322 at gmail dot com --- Looks like infinite recursion is here, SharedPtrUseCountWorker.__init__ calls itself ``` class SharedPtrUseCountWorker(gdb.xmethod.XMethodWorker): "Implements std::shared_ptr::use_count()"