[Bug target/27234] no way to stop gcc from mucking with the incoming argument stack

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 1 05:58:00 GMT 2006



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



More information about the Gcc-bugs mailing list