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
/
bitfield5.C
blob
58f686d9cec8c056b0bbb479e1ef2e902d7d899b
1
// PR c++/51219
2
3
struct A
4
{
5
int i;
6
int : 8;
7
};
8
9
void foo()
10
{
11
A a = { 0 };
12
}