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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr36172.c] - Blame information for rev 688

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
int f(float * );
2
__SIZE_TYPE__ FcCharSetFreeze (int *fcs, int b)
3
{
4
  int i;
5
  int a = 0;
6
  for (i = 0; i < *fcs; i++)
7
  {
8
    float *leaf = (float *)fcs;
9
    int hash = f (leaf);
10
    if (hash)
11
      a = b;
12
    if (!a)
13
      return;
14
  }
15
  return (__SIZE_TYPE__) fcs;
16
}
17
 

powered by: WebSVN 2.1.0

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