> The patch replaces all FP comparisons with inequalities and epsilons
> in those tests for libgomp.
In libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90

integer, parameter :: EPS = 0.005

should be

real, parameter :: EPS = 0.005

TIA

Dominique

Reply via email to