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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [930523-1.c] - Diff between revs 154 and 816

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

Rev 154 Rev 816
int v;
int v;
 
 
f ()
f ()
{
{
  unsigned long *a1, *a2;
  unsigned long *a1, *a2;
  int vertex2;
  int vertex2;
  int c, x1, x2, dx1, dx2, dy1, dy2, e1, e2, s2;
  int c, x1, x2, dx1, dx2, dy1, dy2, e1, e2, s2;
  unsigned long m, b;
  unsigned long m, b;
  int n;
  int n;
  unsigned long r;
  unsigned long r;
  int aba;
  int aba;
 
 
  do
  do
    {
    {
      if (dx2 >= dy2)
      if (dx2 >= dy2)
        dx2 = dx2 % dy2;
        dx2 = dx2 % dy2;
 
 
      if (dx2 >= dy2)
      if (dx2 >= dy2)
        {
        {
          s2 = - (dx2 / dy2);
          s2 = - (dx2 / dy2);
          dx2 = dx2 % dy2;
          dx2 = dx2 % dy2;
        }
        }
    }
    }
  while (vertex2 / 65536);
  while (vertex2 / 65536);
 
 
  for (;;)
  for (;;)
    {
    {
      c = x2;
      c = x2;
      a2 = a1;
      a2 = a1;
      if (v)
      if (v)
        a2 = 0;
        a2 = 0;
 
 
      if (c + n)
      if (c + n)
        {
        {
          m = b << (c * 8);
          m = b << (c * 8);
          *a2 = (*a2 & ~m) | (r & m);
          *a2 = (*a2 & ~m) | (r & m);
          n += c;
          n += c;
 
 
          while (--n)
          while (--n)
            {
            {
              {
              {
              }
              }
            }
            }
        }
        }
 
 
      a1 = 0;
      a1 = 0;
      x1 += 0;
      x1 += 0;
      if (e1 += dx1)
      if (e1 += dx1)
        e1 -= dy1;
        e1 -= dy1;
      x2 += s2;
      x2 += s2;
      if (e2 += dx2)
      if (e2 += dx2)
        e2 -= dy2;
        e2 -= dy2;
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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