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
/
i386
/
pr27827.c
blob
f442885ad32fc1701995b72c9837bf9e9b6419f1
1
/* { dg-do compile { target ilp32 } } */
2
/* { dg-options "-O2" } */
3
4
double
a
,
b
;
5
double
f
(
double
c
)
6
{
7
double
x
=
a
*
b
;
8
return
x
+
c
*
a
;
9
}
10
11
/* { dg-final { scan-assembler-not "fld\[ \t\]*%st" } } */
12
/* { dg-final { scan-assembler "fmul\[ \t\]*%st" } } */