Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gcc.target / spu / compare-dp.c
blobcbc7663b967c42db2e3272ce5d2b4e045392a3c3
1 /* { dg-do compile } */
2 /* { dg-final { scan-assembler-not "__eqdf2" } } */
4 /* Ensure double precision comparisons are always inlined. */
6 int test (double a, double b) __attribute__((noinline));
7 int test (double a, double b)
9 return a == b;