summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/i386-fpcvt-3.c
blob: 9a7733363bab2e65ad132cc32dded7f5ac8e99b8 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -msse2 -march=athlon" } */
/* { dg-final { scan-assembler-not "cvtss2sd" } } */
float a,b;
main()
{
	a=fabs(b)+1.0;
}
OpenPOWER on IntegriCloud