Am Mon, 25 Mar 2013 19:03:19 +
schrieb Iain Buclaw :
> On 25 March 2013 18:31, Johannes Pfau wrote:
>
> > I think this is a known issue:
> > DMD expects real.stringof to return a string in the %g format.
> > However the GCC function used for formatting real numbers always
> > returns the %e
On 25 March 2013 18:31, Johannes Pfau wrote:
> I think this is a known issue:
> DMD expects real.stringof to return a string in the %g format. However
> the GCC function used for formatting real numbers always returns the %e
> format.
>
> There is a failing test for this in the test suite. (runna
I think this is a known issue:
DMD expects real.stringof to return a string in the %g format. However
the GCC function used for formatting real numbers always returns the %e
format.
There is a failing test for this in the test suite. (runnable/test42.d
(test49)). Would it be OK to disable this tes