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
/
mangle5.C
blob
99a08730fbaab627e5791b068825ab900663b3cb
1
// Test mangling of pointers to cv-qualified member functions
2
3
struct A;
4
void f (void (A::*)() const) {}
5
6
// { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }