https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96721

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
More reduced testcase:

typedef int *T;

int
main ()
{
  T a = nullptr;
  a.~T ();
}

Reply via email to