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/] [calls.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
typedef void  *(*T)(void);
typedef void  *(*T)(void);
f1 ()
f1 ()
{
{
  ((T) 0)();
  ((T) 0)();
}
}
f2 ()
f2 ()
{
{
  ((T) 1000)();
  ((T) 1000)();
}
}
f3 ()
f3 ()
{
{
  ((T) 10000000)();
  ((T) 10000000)();
}
}
f4 (r)
f4 (r)
{
{
  ((T) r)();
  ((T) r)();
}
}
f5 ()
f5 ()
{
{
  int (*r)() = f3;
  int (*r)() = f3;
  ((T) r)();
  ((T) r)();
}
}
 
 

powered by: WebSVN 2.1.0

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