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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
fpcvt-3.c
blob
3d5362428e431d1d13cef847bae2ac7c5236688f
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -msse2 -march=k8" } */
3
/* { dg-final { scan-assembler-not "cvtss2sd" } } */
4
extern
double
fabs
(
double
);
5
float
a
,
b
;
6
int
7
main
()
8
{
9
a
=
fabs
(
b
)+
1.0
;
10
}