repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
FrontendC
/
2007-04-11-PR1321.c
blob
f391329a0f11a6062c431f6d1c680e43f55979f5
1
// RUN: %llvmgcc %s -S -o /dev/null
2
3
struct
X
{
4
unsigned int
e0
:
17
;
5
unsigned int
e1
:
17
;
6
unsigned int
e2
:
17
;
7
unsigned int
e3
:
17
;
8
unsigned int
e4
:
17
;
9
unsigned int
e5
:
17
;
10
unsigned int
e6
:
17
;
11
unsigned int
e7
:
17
;
12
}
__attribute__
((
packed
))
x
;