Closed p5pRT closed 21 years ago
This is just interesting to me.
Building 6655 with "maximum 64 bitness" but not long doubles on linux works fine as far as make test can tell. Starting afresh and saying yes to long doubles on mandrake linux provokes this compiler warningi (at least):
POSIX.xs: In function `XS_POSIX_modf': POSIX.xs:3365: warning: passing arg 2 of `modfl' from incompatible pointer type
and these make test failures:
lib/complex..........FAILED at test 1010 lib/peek.............FAILED at test 12
A diff between config.sh gives:
[builder@ratdog perl]$ diff config.sh ../config.sh.6677.good 11c11 \< # Configuration time: Thu Aug 17 13:47:21 CDT 2000 ---
# Configuration time: Thu Aug 17 13:24:38 CDT 2000 63c63 \< cf_time='Thu Aug 17 13:47:21 CDT 2000' --- cf_time='Thu Aug 17 13:24:38 CDT 2000' 86c86 \< d_Gconvert='qgcvt((x)\,(n)\,(b))' --- d_Gconvert='gcvt((x)\,(n)\,(b))' 249\,250c249\,250 \< d_nv_preserves_uv='define' \< d_nv_preserves_uv_bits='64' --- d_nv_preserves_uv='undef' d_nv_preserves_uv_bits='53' 613\,614c613\,614 \< nvsize='12' \< nvtype='long double' --- nvsize='8' nvtype='double' 759c759 \< uselongdouble='define' --- uselongdouble='undef'
On Thu\, Aug 17\, 2000 at 02:19:16PM -0500\, builder@ratdog.stok.co.uk wrote:
This is a build failure report for perl from mike@stok.co.uk\, generated with the help of perlbug 1.31 running under perl v5.7.0.
----------------------------------------------------------------- [Please enter your report here]
This is just interesting to me.
Building 6655 with "maximum 64 bitness" but not long doubles on linux works fine as far as make test can tell. Starting afresh and saying yes to long doubles on mandrake linux provokes this compiler warningi (at least):
POSIX.xs: In function `XS_POSIX_modf': POSIX.xs:3365: warning: passing arg 2 of `modfl' from incompatible pointer type
and these make test failures:
lib/complex..........FAILED at test 1010 lib/peek.............FAILED at test 12
These should be fixed now\, as correctly surmised both were long double bugs.
Migrated from rt.perl.org#3735 (status was 'resolved')
Searchable as RT3735$