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
/
bitfield3.C
blob
23db2d4a34cce8a22e2f56d0074d5f9ce2dff286
1
// PR c++/43663
2
3
struct S
4
{
5
S(): i(0) {}
6
int i : 3;
7
};
8
9
S s;
10
11
const int& cr(s.i);