This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the misplaced warnings and failing tests caused by the precision
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Jan 2008 09:18:41 +0000 (09:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 23 Jan 2008 09:18:41 +0000 (09:18 +0000)
commitb68c599a1231c4d11ec0b0a667ce0c407c357eab
treed5ae12e45397be6d6266d7a947752951af4a968f
parentd2aeed1648166d254ac68525c35b77dec4ba8772
Fix the misplaced warnings and failing tests caused by the precision
loss warning on ++ and -- by moving the check to Configure time,
creating a new config.sh variable nv_overflows_integers_at which
contains an constant expression for the value of the NV which can't
be incremented by 1.0

p4raw-id: //depot/perl@33049
19 files changed:
Configure
Cross/config.sh-arm-linux
NetWare/config.wc
Porting/Glossary
Porting/config.sh
Porting/config_H
config_h.SH
configure.com
epoc/config.sh
plan9/config_sh.sample
sv.c
symbian/config.sh
t/op/inc.t
uconfig.sh
win32/config.bc
win32/config.ce
win32/config.gc
win32/config.vc
win32/config.vc64