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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [931102-2.c] - Blame information for rev 715

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

Line No. Rev Author Line
1 688 jeremybenn
typedef struct {
2
  int a;
3
} VCR;
4
 
5
typedef struct {
6
  VCR vcr[8];
7
} VCRC;
8
 
9
typedef struct {
10
  char vcr;
11
} OWN;
12
 
13
OWN Own[16];
14
 
15
f (x, own)
16
  VCRC *x;
17
  OWN *own;
18
{
19
  x[own->vcr / 8].vcr[own->vcr % 8].a--;
20
  x[own->vcr / 8].vcr[own->vcr % 8].a = x[own->vcr / 8].vcr[own->vcr % 8].a;
21
}

powered by: WebSVN 2.1.0

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