On 17 September 2013 01:33, Brad Roberts <bra...@puremagic.com> wrote: > It looks like the auto-tester for gdc has been failing for quite a while in > the phobos math.d tests. Anyone looking at those results? > > http;//d.puremagic.com/test-results/?projectid=2 > http://d.puremagic.com/test-results/platform-history.ghtml?projectid=2&os=Linux_32 > > The history report is truncated at about a month. It did pass at one point. >
I did look, it seems only to be a bug with that version of gcc you are using (can't reproduce with 4.9). IIRC, storing the result to a local is a workaround for the gcc codegen bug. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';