testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
authorJosh Triplett <josh@joshtriplett.org>
Sun, 16 Mar 2014 05:08:19 +0000 (22:08 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 16 Mar 2014 11:39:37 +0000 (04:39 -0700)
commitc00a49ecd165b2d06c1c9b249d212dc843fa116f
tree78291ea43d16359316a32db6cfe9a42762b411d2
parent071eab32a7f9fbbef46c0d8f37d9985bc9cceb37
testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision

The test case testsuite/libffi.call/many.c can spuriously fail due to
excess floating-point precision.  Instrumenting it with some printf
calls shows differences well above FLT_EPSILON.  (Note when
instrumenting it that multiple computations of the difference, such as
one in a print and another in the conditional, may produce different
results.)

Rather than complicating the test suite with architecture-specific flags
to avoid excess precision, just simplify the floating-point computation
to avoid a dependency on potential excess precision.
testsuite/libffi.call/many.c