https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107737
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- A C++ front-end does not set the call for deconstructor for the following testcase: ``` struct s{ ~s(); }; void f() { s{}; } ```
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 22 Jul 2023 19:07:28 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107737
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- A C++ front-end does not set the call for deconstructor for the following testcase: ``` struct s{ ~s(); }; void f() { s{}; } ```