Revert "make perl core quiet under -Wfloat-equal"
authorDavid Mitchell <davem@iabyn.com>
Sat, 16 Nov 2013 00:01:32 +0000 (00:01 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 16 Nov 2013 00:01:32 +0000 (00:01 +0000)
commit659c4b9601a634cd50919970684ee46143183238
treeeb876c46404f7b1e190a307d6831e0bc6d651921
parent16f3356ebb78fba83c909d19134ee12e98557f24
Revert "make perl core quiet under -Wfloat-equal"

A suggested way of avoiding the the warning on nv1 != nv2
by replacing it with (nv1 < nv2 || nv1 > nv2), has too many issues
with NaN.  [perl #120538].

I haven't found any other way of selectively disabling the warning,
so for now I'm just reverting the whole commit.

This reverts commit c279c4550ce59702722d0921739b1a1b92701b0d.
dump.c
numeric.c
op.c
perl.h
pp.c
pp_sort.c
pp_sys.c
sv.c
sv.h