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
/
cvt-1.c
blob
d2456f60189dc13304902e860e956e0e71dde87e
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-O2 -march=k8 -mfpmath=sse" } */
3
/* { dg-final { scan-assembler "cvttsd2si\[^\\n\]*xmm" } } */
4
/* { dg-final { scan-assembler "cvttss2si\[^\\n\]*xmm" } } */
5
int
a
,
a1
;
6
double
b
;
7
float
b1
;
8
t
()
9
{
10
a
=
b
;
11
a1
=
b1
;
12
}