repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
alpha
/
20011018-1.c
blob
aed5d327ddf1be2123f73600c2f445e988598a61
1
/* { dg-do compile { target alpha*-*-* } } */
2
/* { dg-options "-O2 -mieee" } */
3
4
double
foo
(
void
);
5
void
bar
(
float
,
float
);
6
7
void
test
(
void
)
8
{
9
float
f
,
g
;
10
11
f
=
foo
();
12
g
=
foo
();
13
asm
(
""
);
14
bar
(
f
,
g
);
15
}