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.dg/] [graphite/] [scop-11.c] - Rev 338

Compare with Previous | Blame | View Log

void bar ();
 
int toto()
{
  int i,j, b;
  int a[100];
 
  if (i == 20)
    {
      for (j = 0; j <= 20; j++)
        a[j] = b + i;
      b = 3;
      bar();
    }
  else 
    {
      if (i == 30)
	{
          for (j = 0; j <= 20; j++)
            a[j] = b + i;
	  b = 5;
	}
    }
 
  for (j = 0; j <= 20; j++)
    a[j] = b + i;
 
  return a[b];
}
 
/* { dg-final { scan-tree-dump-times "number of SCoPs: 3" 1 "graphite"} } */ 
/* { dg-final { cleanup-tree-dump "graphite" } } */
 

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.