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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [loop-14.c] - Rev 715

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

int a3[3];
 
void f(int *a)
{
  int i;
 
  for (i=3; --i;)
    a[i] = 42 / i;
}
 
int
main ()
{
  f(a3);
 
  if (a3[1] != 42 || a3[2] != 21)
    abort ();
 
  exit (0);
}
 

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

powered by: WebSVN 2.1.0

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