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{};
}

```

Reply via email to