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
/
init
/
pr58811.C
blob
42e7fac42f78f154de8c911c2567340012ebc854
1
// PR c++/58811
2
3
struct B
4
{
5
struct A a; // { dg-error "incomplete type" }
6
};
7
8
void foo()
9
{
10
B();
11
}