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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
abi
/
mangle14.C
blob
1205ac45fe0a9323a8f5906653cc0218b43921a6
1
// { dg-do compile }
2
// { dg-options "-Wabi -fabi-version=1" }
3
4
struct A {
5
template <typename T> int f ();
6
};
7
8
typedef int (A::*P)();
9
10
template <P> struct S {};
11
12
void g (S<&A::f<int> >) {} // { dg-warning "mangle" }