https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99263
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Reduced (and corrected) testcase:
#include <typeinfo>
struct A{
~A(){}
};
int main(){
auto t = typeid(A::~A).name();
}
redi at gcc dot gnu.org via Gcc-bugs Thu, 25 Feb 2021 01:45:56 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99263
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Reduced (and corrected) testcase:
#include <typeinfo>
struct A{
~A(){}
};
int main(){
auto t = typeid(A::~A).name();
}