------- Comment #6 from rguenth at gcc dot gnu dot org  2009-04-28 14:11 -------
int foo (__const char *__restrict __s);
static void 
read_anisou(char line[])
{
  foo (line+1);
}
void
read_pdbfile(void)
{
  char line[4096];
  read_anisou (line);
}


-- 


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

Reply via email to