Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
rtti1.C
blob: f17d88aad264ab0567d1ed8008aef75077f7f8a1 [
file
] [
log
] [
blame
]
// Test that we don't emit the type_info for a polymorphic class other than
// with the vtable.
struct
A
{
virtual
~
A
();
};
void
f
()
{
throw
A
();
}
// { dg-final { scan-assembler-dem-not {\ntypeinfo for A[: \t\n]} } }