------- Comment #4 from belyshev at depni dot sinp dot msu dot ru  2005-10-06 
11:47 -------
// smaller testcase, compile with -O1 -fprofile-arcs

int f (int a, int b)
{
  if (a)
    return 1;
  {
    int s [b];
    return 0;
  }
}


-- 


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

Reply via email to