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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr23929.c] - Diff between revs 297 and 384

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

Rev 297 Rev 384
/* PR tree-optimization/23929 */
/* PR tree-optimization/23929 */
 
 
extern void bar (char *);
extern void bar (char *);
 
 
void
void
foo (int n, char *z)
foo (int n, char *z)
{
{
  char b[2048];
  char b[2048];
  int x, y;
  int x, y;
 
 
  bar (b);
  bar (b);
  for (y = 0; y < 60; y++)
  for (y = 0; y < 60; y++)
    if (n == 600)
    if (n == 600)
      for (x = 0; x < 320;)
      for (x = 0; x < 320;)
        {
        {
          *z++ = b[x];
          *z++ = b[x];
          x += 1;
          x += 1;
          *z++ = b[x];
          *z++ = b[x];
          x += 1;
          x += 1;
        }
        }
}
}
 
 

powered by: WebSVN 2.1.0

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