[Bug middle-end/39937] [4.5 Regression] Revision 146831 failed SPEC CPU 2006

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Apr 28 14:12:00 GMT 2009



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



More information about the Gcc-bugs mailing list