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
rs6000.md (floor<mode>2): Add support for IEEE 128-bit round to integer instructions.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
bfin
/
saveall.c
blob
19f9decd74d64e2aa40c62d3360703ae20e0f765
1
/* { dg-do run { target bfin*-*-* } } */
2
/* { dg-options "-fomit-frame-pointer" } */
3
4
void
foo
(
void
)
__attribute__
((
saveall
));
5
void
foo
()
6
{
7
asm
(
"R0 = 0; RETS = R0;"
);
8
}
9
10
int
main
()
11
{
12
foo
();
13
return
0
;
14
}