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
/
mangle26.C
blob
cfec4b938724138d41b10dc82168edd7f99f0d66
1
// Test of std mangling
2
3
// { dg-do compile }
4
// { dg-options "-fno-inline" }
5
6
namespace std {
7
struct A {
8
virtual void f () { }
9
};
10
}
11
12
std::A a;
13
14
// { dg-final { scan-assembler "\n_?_ZNSt1AC1Ev\[: \t\n\]" } }