<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 25 March 2013 18:31, Johannes Pfau <span dir="ltr"><<a href="mailto:nospam@example.com" target="_blank">nospam@example.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I think this is a known issue:<br>
DMD expects real.stringof to return a string in the %g format. However<br>
the GCC function used for formatting real numbers always returns the %e<br>
format.<br>
<br>
There is a failing test for this in the test suite. (runnable/test42.d<br>
(test49)). Would it be OK to disable this test if a file a bug<br>
report on our bugtracker and on the gcc bugtracker? This would<br>
allow running the other tests in that file.<br>
</blockquote></div><br><br></div><div class="gmail_extra">GCC backend always appends the exponent, so I would just amend it to do:<br><br>assert((25.5).stringof ~ (3.01).stringof == "2.55e+13.01e+0");<br></div>
<div class="gmail_extra"><br><br></div><div class="gmail_extra">Regards<br>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>