------- Comment #5 from kazu at gcc dot gnu dot org  2006-05-10 14:21 -------
Reduced down to:

extern void bar (int);

int
foo (int a, int b)
{
  int c = a == b;
  if (c)
    bar (c);
}


-- 


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

Reply via email to