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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
ptrmem3.C
blob
09ae9db0a8e94b0cd75c3c1884e4af9f2423a36b
1
// { dg-do assemble }
2
3
class c {
4
void (c::*x)();
5
public:
6
void f() { this->x(); } // { dg-error "" } pointer-to-member
7
};