diff options
author | Zefram <zefram@fysh.org> | 2017-12-06 17:41:59 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-12-06 17:41:59 +0000 |
commit | bff3de19b083d33895fc03f7d7d092e5830547a5 (patch) | |
tree | e90d39e8578e9227a7a8302b98e8c043327fd283 /pp.c | |
parent | b3893bfa90e8810497e2f81458a5a46db611cadf (diff) | |
download | perl-bff3de19b083d33895fc03f7d7d092e5830547a5.tar.gz |
fix oct/bin fp fractions in non-HEXFP_UQUAD builds
The code for binaryish floating point literals, on builds where
we're not confident of being able to fit a significand into an
integer type, had built-in knowledge that the radix is 16, after
the radix point. This gave erroneous values for octal and binary
literals on those builds. This was shown up by the tests added in
commit 58be57636a42d6c6fd404c48c4e1cb87870182df. Correct it to use the
actual radix.
Diffstat (limited to 'pp.c')
0 files changed, 0 insertions, 0 deletions