diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2016-07-27 07:04:02 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2016-07-27 22:01:03 -0400 |
commit | f525b3584353df90f0280edfb22b296ae7fdaa65 (patch) | |
tree | f7fee7b99fc55097e2504bcfdba379298f7e2c63 /Configure | |
parent | 2c7d988316b685b95a349750a1487f7473c5a179 (diff) | |
download | perl-f525b3584353df90f0280edfb22b296ae7fdaa65.tar.gz |
Configure: note that the infnan tests may crash.
(And in VAX, that is exactly what happens with the infinities.)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20523,6 +20523,7 @@ esac : Check what kind of inf/nan your system has $echo "Checking the kind of infinities and nans you have..." >&4 +$echo "(The following tests may crash. That's okay.)" >&4 $cat >try.c <<EOP #define DOUBLESIZE $doublesize #$d_longdbl HAS_LONG_DOUBLE |