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
/
array9.C
blob
d37e00e5b0e4342ecd5873b163815547b6cee12c
1
struct T {
2
T ();
3
};
4
5
void f () {
6
T t[2];
7
for (int i = 0; i < 10; ++i);
8
int i = 0;
9
}