------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-10 
21:02 -------
Reduced testcase showing fold does not do it:
int f(int i)
{
  return (i - 2) > i;
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20922

Reply via email to