[Bug rtl-optimization/27477] The H8 port doesn't build

kazu at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed May 10 14:21:00 GMT 2006



------- 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



More information about the Gcc-bugs mailing list