Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / fpcvt-4.c
blob8257f6520a3937b9f1109383cfc09f00d05f3ae6
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=k8 -mfpmath=sse" } */
3 /* { dg-final { scan-assembler "cvtsi2sd" } } */
4 /* Check that conversions will get folded. */
5 double
6 t(short a)
8 float b=a;
9 return b;