------- Comment #13 from rguenth at gcc dot gnu dot org 2008-02-03 14:00 ------- I was just worried if (neg:SI 0x800...) == (abs:SI 0x800...) is guaranteed, which it is if (abs:SI x) is defined as if (x<0) x = -x.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34627