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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 688 jeremybenn
struct { unsigned int num; } *numptr;
2
void notice (int);
3
void doit (unsigned int *);
4
 
5
void
6
rewrite_finalize_block (int x)
7
{
8
  unsigned int *tmp;
9
  while (tmp = (numptr ? &numptr->num : 0), (tmp ? *tmp : 0) > 0)
10
    {
11
      tmp = (numptr ? &numptr->num : 0);
12
      (void) (*tmp ? 0 : notice (x));
13
      doit (tmp);
14
    }
15
}

powered by: WebSVN 2.1.0

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