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/] [20040309-1.c] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
static const char default_tupleseps[] = ", \t";
static const char default_tupleseps[] = ", \t";
 
 
 
 
fubar (tupleseps)
fubar (tupleseps)
     const char *tupleseps;
     const char *tupleseps;
{
{
  char *kp, *sp;
  char *kp, *sp;
  const char *septmp;
  const char *septmp;
  const char *tseplist;
  const char *tseplist;
  tseplist = (tupleseps) ? tupleseps : default_tupleseps;
  tseplist = (tupleseps) ? tupleseps : default_tupleseps;
  while (kp)
  while (kp)
    {
    {
      if (*tseplist)
      if (*tseplist)
        septmp = tseplist;
        septmp = tseplist;
      bar (*septmp);
      bar (*septmp);
      if (*tseplist)
      if (*tseplist)
        if (*kp)
        if (*kp)
          ;
          ;
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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