Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / arc / mspfp.c
blob0e41ff89d351775b842a6d7605084917b00c5661
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mspfp" } */
4 float i;
6 int f (void)
8 i *= 2.0;
11 /* { dg-final { scan-assembler "fadd" } } */