repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testsuite: suppress mangling compatibility aliases
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
mangle5.C
blob
e0e08485eeb9951bcd03df956ec5c76fbdf992db
1
// Test mangling of pointers to cv-qualified member functions
2
// { dg-additional-options -fabi-compat-version=0 }
3
4
struct A;
5
void f (void (A::*)() const) {}
6
7
// { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }