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++.dg
/
parse
/
error55.C
blob
24cca50b2c3ed785f97d881bd6d1591a3bfd1091
1
// PR c++/60845
2
3
class A { };
4
typedef A B;
5
void foo (B &a) {
6
a.x(); // { dg-error "'B {aka class A}' has no member named 'x'" }
7
}