Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / fpcvt-1.c
blob1c3b9b83453e9b9e76125fe4454c826f153e281f
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -msse2 -march=k8" } */
3 /* { dg-final { scan-assembler-not "cvtss2sd" } } */
4 float a,b;
5 main()
7 a=b*3.0;