------- Comment #4 from rguenth at gcc dot gnu dot org  2008-05-13 14:44 -------
Created an attachment (id=15635)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15635&action=view)
very optimistic patch

Which also handles

int f(int lay)
{
  static int syncsize, init;
  if (init == 1)
     syncsize = 1344, init = 1;
  return syncsize;
}


-- 


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

Reply via email to