------- Comment #9 from pinskia at gcc dot gnu dot org  2006-03-26 18:14 -------
Here is another testcase (I don't remember why I was looking into this now but
I was):
int f(int a)
{
  int g = 0;
  int t = a*g*a*a*a*a*a*a*a*a*a*a*a*a*a;

  return t;
}


-- 


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

Reply via email to