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
* config/xtensa/xtensa.c (function_arg): Generalize logic so that it
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
i386-fpcvt-1.c
blob
6e65b10416375f6630623a9667a51f8cdc0a8a74
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-O2 -msse2 -march=k8" } */
3
/* { dg-final { scan-assembler-not "cvtss2sd" } } */
4
float
a
,
b
;
5
main
()
6
{
7
a
=
b
*
3.0
;
8
}