OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [980505-1.c] - Blame information for rev 378

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
static int f(int) __attribute__((const));
2
int main()
3
{
4
   int f1, f2, x;
5
   x = 1; f1 = f(x);
6
   x = 2; f2 = f(x);
7
   if (f1 != 1 || f2 != 2)
8
     abort ();
9
   exit (0);
10
}
11
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.