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
/
array31.C
blob
9bb66a5950f190e67bc1601e6ca87d642eb36183
1
// PR c++/54501
2
// { dg-options "" }
3
4
struct A
5
{
6
int i[0];
7
int j;
8
};
9
10
struct A a = { 1 };