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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [980505-1.c] - Diff between revs 149 and 154

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

Rev 149 Rev 154
static int f(int) __attribute__((const));
static int f(int) __attribute__((const));
int main()
int main()
{
{
   int f1, f2, x;
   int f1, f2, x;
   x = 1; f1 = f(x);
   x = 1; f1 = f(x);
   x = 2; f2 = f(x);
   x = 2; f2 = f(x);
   if (f1 != 1 || f2 != 2)
   if (f1 != 1 || f2 != 2)
     abort ();
     abort ();
   exit (0);
   exit (0);
}
}
static int f(int x) { return x; }
static int f(int x) { return x; }
 
 

powered by: WebSVN 2.1.0

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