* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Don't
[official-gcc.git] / gcc / testsuite / gcc.target / tic6x / fpdiv.c
blobe547fb457171e86fef099306707251885697f723
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ti_c67x } */
3 /* { dg-options "-O2" } */
4 /* { dg-final { scan-assembler "rcpdp" } } */
5 /* { dg-final { scan-assembler "rcpsp" } } */
7 double f (double x, double y)
9 return x / y;
12 float g (float x, float y)
14 return x / y;