index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920825-1.c
blob: 514d63f977f9b2ffcd75bdba2e11be51c158a625 (
plain
)
1
2
3
#pragma pack(1)
struct
{
unsigned
short
f1
:
5
;
unsigned
short
f2
:
6
;}
x
;
f
(){
x
.
f2
=
1
;}