https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |10.5
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064
--- Comment #4 from Jonathan Wakely ---
Fixed on trunk for now but backports to follow.
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:
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109064
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
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()"