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
/
nested1.C
blob
957ad456ffdabee76f9bf9e070268ff514cd32b1
1
// { dg-do assemble }
2
3
struct C
4
{
5
struct D
6
{
7
};
8
};
9
10
struct E
11
{
12
C& c;
13
void g();
14
};
15
16
void E::g()
17
{
18
c.D().f(); // { dg-error "" } no matching function
19
}