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/] [920928-3.c] - Diff between revs 297 and 384

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

Rev 297 Rev 384
f (int phaseone)
f (int phaseone)
{
{
  typedef struct
  typedef struct
    {
    {
      unsigned char *p;
      unsigned char *p;
    }
    }
  FILE;
  FILE;
  FILE b[2];
  FILE b[2];
  static unsigned char xchr[2];
  static unsigned char xchr[2];
  int j;
  int j;
  int for_end;
  int for_end;
  if (phaseone)
  if (phaseone)
    {
    {
      if (j <= for_end)
      if (j <= for_end)
        do
        do
          *(b[1].p) = xchr[j];
          *(b[1].p) = xchr[j];
        while (j++ < 10);
        while (j++ < 10);
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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