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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.dg
/
compat
/
break
/
bitfield5_x.C
blob
9be9372347a9f18f4810b2c6d1a5b9b70240d9ce
1
#include "bitfield5.h"
2
3
extern void bitfield5_y (B&);
4
5
void bitfield5_x ()
6
{
7
B b;
8
9
b.f3 = 7;
10
b.f4 = 3;
11
12
bitfield5_y (b);
13
}