------- Comment #2 from pinskia at gcc dot gnu dot org  2010-02-20 06:27 -------
I should say the simple example was:
int f(int);
int g(int a, int b)
{
  return f(a, b);
}


-- 


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

Reply via email to