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
2014-10-24 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
alpha
/
20000715-1.c
blob
3ff15604eb96800cb0f6907220e521e2b3b59ebc
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mieee" } */
3
4
float
foo
(
unsigned char
n
)
5
{
6
float
r
=
10
*
n
;
7
asm
volatile
(
""
: : :
"memory"
);
8
return
r
;
9
}