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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr31541.c
blob
0cac26ed09265ca6faa25041a62b5cb6fef9d21d
1
typedef
unsigned char
Uchar
;
2
struct
scsi_mode_header
{
3
unsigned char
sense_data_len
:
8
;
4
};
5
int
f
(
void
)
6
{
7
struct
scsi_mode_header md
;
8
return
*(
Uchar
*)&
md
;
9
}