On 07/20/2016 04:09 PM, Prathamesh Kulkarni wrote:

Oops wrong test-case, the dump below is of the following test-case:
int f(int x, int y)
{
  int ret = 10;
  if (x == y)
    ret = x  -  y;
  return ret;
}
DOM ought to be catching this as well and does with the hack patch I've done for the first two testcases.

jeff

Reply via email to