December 19, 2010
I'm running the d1 tests for the first time in.. well, can't remember the last time on linux/32.  I'm having problems:

<snip>
_arrayExpSliceMulass_i unittest
_arraySliceSliceMulass_i unittest
_arraySliceSliceMulass_i unittest end
Error: conversion 1.17549e-38 not representable as a float
make: *** [unittest] Error 1

That conversion comes from std/conv.d testing: f = toFloat("1.17549e-38");

Anyone else see this same failure?  I've got a few changes to dmd, but nothing anywhere near fp related code.

Thanks,
Brad
December 20, 2010
Passes on Windows.

On 19 December 2010 22:33, Brad Roberts <braddr at puremagic.com> wrote:
> I'm running the d1 tests for the first time in.. well, can't remember the last time on linux/32. ?I'm having problems:
>
> <snip>
> _arrayExpSliceMulass_i unittest
> _arraySliceSliceMulass_i unittest
> _arraySliceSliceMulass_i unittest end
> Error: conversion 1.17549e-38 not representable as a float
> make: *** [unittest] Error 1
>
> That conversion comes from std/conv.d testing: f = toFloat("1.17549e-38");
>
> Anyone else see this same failure? ?I've got a few changes to dmd, but nothing anywhere near fp related code.
>
> Thanks,
> Brad
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>