2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-fpcvt-2.c
blob613c20760197c103cabb8d27842cb9895735acee
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()
7 return a<0.0;