|
From: Carl E. L. <ce...@us...> - 2017-05-08 15:12:20
|
On Mon, 2017-05-08 at 16:01 +0200, Julian Seward wrote: > Hmm, this bug looks suspiciously similar to > https://bugs.kde.org/show_bug.cgi?id=352364 > > Carl, do you know if it is identical? > > J > My understanding is this bug does a comparison against a constant that is not zero. The bug I was working on compares with zero so they take different paths in the CmpORD function. But, the underlying issues seem to be similar. This bug talks about completely redoing the PPC condition code handling to make it more compatible with the other architectures which presumably would fix both issues. Not sure exactly what all would be involved in doing this. Any thoughts on the patch I sent? It didn't seem to work as hoped and not sure why. Carl Love |