OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr39937.c] - Diff between revs 297 and 338

Only display areas with differences | Details | Blame | View Log

Rev 297 Rev 338
int foo (__const char *__restrict __s);
int foo (__const char *__restrict __s);
static void
static void
read_anisou(char line[])
read_anisou(char line[])
{
{
  foo (line+1);
  foo (line+1);
}
}
void
void
read_pdbfile(void)
read_pdbfile(void)
{
{
  char line[4096];
  char line[4096];
  read_anisou (line);
  read_anisou (line);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.