Closed GoogleCodeExporter closed 8 years ago
I think SX has inverted comparison results wrt. what gcc expects. I think erich
fixed
this, but obviously just for integer comparisons, so he should be able to tell
you
how to fix this in no time.
Original comment by jmoc...@gmail.com
on 12 Nov 2008 at 1:33
testcase gcc.c-torture/execute/builtins/complex-1.c fails due to this as well.
Original comment by jmoc...@gmail.com
on 17 Nov 2008 at 9:47
reversed conditionals for FP in sx.md. should work now with r125.
Original comment by jmoc...@gmail.com
on 17 Nov 2008 at 10:00
Inverting the comparison wasn't quite the right fix, the problem was bad code in
sx.c. The comparison was generated properly, but the branching code (*code)
could be
either EQ or NE, and nothing else. Should be fixed in svn r127. But needs to go
through the testloop to really see if there aren't any regressions.
Original comment by efo...@gmail.com
on 17 Nov 2008 at 12:20
Original issue reported on code.google.com by
nou...@gmail.com
on 12 Nov 2008 at 1:26