testsuite: suppress mangling compatibility aliases
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle5.C
blobe0e08485eeb9951bcd03df956ec5c76fbdf992db
1 // Test mangling of pointers to cv-qualified member functions
2 // { dg-additional-options -fabi-compat-version=0 }
4 struct A;
5 void f (void (A::*)() const) {}
7 // { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }