index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
;}