repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
abi
/
rtti1.C
blob
f17d88aad264ab0567d1ed8008aef75077f7f8a1
1
// Test that we don't emit the type_info for a polymorphic class other than
2
// with the vtable.
3
4
struct A {
5
virtual ~A();
6
};
7
8
void f ()
9
{
10
throw A();
11
}
12
13
// { dg-final { scan-assembler-dem-not {\ntypeinfo for A[: \t\n]} } }