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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr36172.c] - Blame information for rev 414

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 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.