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: Replace MMIX-specific adjustments with TARGET_CALLEE_COPIES-adjustments
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
ptrmem3.C
blob
95b60379b401b803cfd77e775045cd865026c660
1
// PR c++/28148
2
3
struct foo {
4
public:
5
virtual int bar(int);
6
};
7
8
void (foo::*__Virtual__foo__Var1)() = (void (foo::*)())(&foo::bar);