------- Comment #10 from rguenth at gcc dot gnu dot org 2006-06-08 09:39 ------- Testcase:
int decCompareOp (int result) { if (result != (int)0x80000000) { result = -result; return (result > 0); } } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26998