[Bug c++/106411] Wdangling-pointer for a class that cleans up on destruction

2025-07-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106411 Bug 106411 depends on bug 105867, which changed state. Bug 105867 Summary: [12 Regression] incorrect dangling-pointer warning https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105867 What|Removed |Added

[Bug c++/106411] Wdangling-pointer for a class that cleans up on destruction

2024-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106411 Andrew Pinski changed: What|Removed |Added Depends on||105867 --- Comment #1 from Andrew Pinsk