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

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

Rev 297 Rev 384
int f(float * );
int f(float * );
__SIZE_TYPE__ FcCharSetFreeze (int *fcs, int b)
__SIZE_TYPE__ FcCharSetFreeze (int *fcs, int b)
{
{
  int i;
  int i;
  int a = 0;
  int a = 0;
  for (i = 0; i < *fcs; i++)
  for (i = 0; i < *fcs; i++)
  {
  {
    float *leaf = (float *)fcs;
    float *leaf = (float *)fcs;
    int hash = f (leaf);
    int hash = f (leaf);
    if (hash)
    if (hash)
      a = b;
      a = b;
    if (!a)
    if (!a)
      return;
      return;
  }
  }
  return (__SIZE_TYPE__) fcs;
  return (__SIZE_TYPE__) fcs;
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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