------- Comment #13 from pinskia at gcc dot gnu dot org  2006-05-01 05:58 
-------
(In reply to comment #12)
> Can somebody please add a small standalone test case showing the problem here?

One is:
int g(int a, int b);

int f(int a, int b)
{
  g(a, b);
  return g(a, b);
}


-- 


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

Reply via email to