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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gcc.target
/
mips
/
octeon-exts-1.c
blob
b0f4be143fc2fd21f9ab471493891751c11d3361
1
/* { dg-do compile } */
2
/* { dg-options "-march=octeon" } */
3
/* { dg-final { scan-assembler "\texts\t" } } */
4
5
struct
foo
6
{
7
long long
a
:
3
;
8
long long
b
:
23
;
9
long long
c
:
38
;
10
};
11
12
NOMIPS16
int
13
f
(
struct
foo s
)
14
{
15
return
s
.
b
;
16
}